From 577c56c423a9a26f3dd19c48db10bc4a0ee5d435 Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 18 May 2005 16:08:15 +0000 Subject: [PATCH] make init-script executable --- web-splash/ipkg/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/web-splash/ipkg/rules b/web-splash/ipkg/rules index ec224bd..cc53d5a 100755 --- a/web-splash/ipkg/rules +++ b/web-splash/ipkg/rules @@ -31,6 +31,7 @@ install: @# startup script @mkdir -p $(DESTDIR)/etc/init.d @echo -e "#!/bin/sh\n/usr/bin/web-splash.sh start" >$(DESTDIR)/etc/init.d/S90web-splash + @chmod +x $(DESTDIR)/etc/init.d/S90web-splash clean: @echo "done"