mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
configroot: Make extrahd.pl executable
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -51,8 +51,8 @@ var/ipfire/ethernet
|
||||
#var/ipfire/ethernet/vlans
|
||||
#var/ipfire/ethernet/wireless
|
||||
var/ipfire/extrahd
|
||||
#var/ipfire/extrahd/bin
|
||||
#var/ipfire/extrahd/bin/extrahd.pl
|
||||
var/ipfire/extrahd/bin
|
||||
var/ipfire/extrahd/bin/extrahd.pl
|
||||
#var/ipfire/extrahd/devices
|
||||
#var/ipfire/extrahd/partitions
|
||||
#var/ipfire/extrahd/scan
|
||||
|
||||
@@ -13,5 +13,6 @@ srv/web/ipfire/cgi-bin/pakfire.cgi
|
||||
srv/web/ipfire/cgi-bin/remote.cgi
|
||||
srv/web/ipfire/cgi-bin/services.cgi
|
||||
usr/local/bin/sshctrl
|
||||
var/ipfire/extrahd/bin/extrahd.pl
|
||||
var/ipfire/general-functions.pl
|
||||
var/ipfire/langs
|
||||
|
||||
@@ -151,6 +151,9 @@ $(TARGET) :
|
||||
# set converters executable
|
||||
chmod 755 /usr/sbin/convert-*
|
||||
|
||||
# Make extrahd.pl executable
|
||||
chmod 755 /var/ipfire/extrahd/bin/extrahd.pl
|
||||
|
||||
# Modify variables in header.pl
|
||||
sed -i -e "s+CONFIG_ROOT+$(CONFIG_ROOT)+g" \
|
||||
-e "s+VERSION+$(VERSION)+g" \
|
||||
|
||||
Reference in New Issue
Block a user