configroot: Make extrahd.pl executable

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-01-06 11:39:32 +00:00
parent 81790c8a00
commit 36f253d291
3 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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" \