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

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