X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Frules;h=558742c7dc56e9414d75bd747ba5d6b3df65f233;hp=834d89064cc01527c2b743f7b086f63599877601;hb=0a1cf64a39684427cfcf8722a29027ece5d80f07;hpb=f9f92864d1e46ceeb77297fe8f13405c1a6c8d2f diff --git a/debian/rules b/debian/rules index 834d890..558742c 100755 --- a/debian/rules +++ b/debian/rules @@ -39,9 +39,7 @@ install: build install -m 755 autoconfig.functions debian/grml-autoconfig/etc/grml/autoconfig.functions install -m 644 language-functions debian/grml-autoconfig/etc/grml/language-functions install -m 755 sbin/grml-autoconfig debian/grml-autoconfig/usr/sbin/grml-autoconfig - install -m 755 grml-bootsplash debian/grml-autoconfig/usr/bin/grml-bootsplash - install -m 755 bin/mkpersistenthome debian/grml-autoconfig/usr/bin/mkpersistenthome install -m 755 bin/restore-config debian/grml-autoconfig/usr/bin/restore-config install -m 755 bin/save-config debian/grml-autoconfig/usr/bin/save-config @@ -58,10 +56,8 @@ binary-indep: build install dh_testroot dh_installchangelogs dh_installdocs doc/grml-autoconfig.1.html doc/grml-autoconfig.8.html \ - doc/grml-bootsplash.1.html doc/mkpersistenthome.1.html \ doc/restore-config.1.html doc/save-config.1.html dh_installman doc/grml-autoconfig.1.gz doc/grml-autoconfig.8.gz \ - doc/grml-bootsplash.1.gz doc/mkpersistenthome.1.gz \ doc/restore-config.1.gz doc/save-config.1.gz # backward compability: dh_link /usr/share/doc/grml-autoconfig/grml-autoconfig.1.html /usr/share/doc/grml-saveconfig/grml-config.html