X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Frules;h=86fc4ff7b579373f74810401fd1d77b44390e651;hp=290e4f404bb0c6ecadddd00f6e88f00a279f8e7e;hb=02f2d2167c9489eb19d068b8265858515b5416e9;hpb=f14ac640c983fb7552976b3b89652ed7da59559e diff --git a/debian/rules b/debian/rules index 290e4f4..86fc4ff 100755 --- a/debian/rules +++ b/debian/rules @@ -30,10 +30,13 @@ install: build dh_testdir dh_testroot dh_clean -k - dh_installdirs etc/grml/fai/live-initramfs usr/sbin + dh_installdirs etc/grml/fai/live-initramfs usr/sbin usr/share/doc/grml-live \ + usr/share/grml-live # Add here commands to install the package into debian/grml-live. cp -a etc debian/grml-live/ + cp -a examples debian/grml-live/usr/share/doc/grml-live/ + cp -a x86_files debian/grml-live/usr/share/grml-live/ install -o root -m 755 grml-live debian/grml-live/usr/sbin/grml-live # Build architecture-independent files here.