]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
vpn-statistic: move collectd converter to the right place
authorAlexander Marx <alexander.marx@ipfire.org>
Sat, 11 Apr 2015 03:34:34 +0000 (05:34 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Apr 2015 06:33:02 +0000 (08:33 +0200)
Build of cdrom will fail if the converter script is not moved to the
right place

lfs/stage2

index 895ee153bc5a35b90eaad5cdce98f389d5426f03..53f81d1b46c7cfbe3beace327c31505e96c7c478 100644 (file)
@@ -101,7 +101,8 @@ $(TARGET) :
 
        # Move script to correct place.
        mv -vf /usr/local/bin/ovpn-ccd-convert /usr/sbin/
-
+       mv -vf /usr/local/bin/ovpn-collectd-convert /usr/sbin/
+       
        # Install firewall scripts.
        mkdir -pv /usr/lib/firewall
        install -m 755 $(DIR_SRC)/config/firewall/rules.pl \