X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=debian%2Frules;h=cc6e494e5a789fc71480ca50b6e0ce084d876296;hp=c65fea048f15d81a1a107d2b7c357501955f487c;hb=3fe01e13ced8b89650a02e9422b405dac7566e0c;hpb=ae7d2eaecc1da99f0aad38e2ed6101744f4c0b68 diff --git a/debian/rules b/debian/rules index c65fea0..cc6e494 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,7 @@ build-stamp: dh_testdir # Add here commands to compile the package. + $(MAKE) touch build-stamp clean: @@ -23,16 +24,21 @@ clean: rm -f build-stamp # Add here commands to clean up after the build process. + $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_clean -k - dh_installdirs + dh_installdirs usr/share/grml2usb/lilo usr/share/grml2usb/grub # Add here commands to install the package into debian/grml2usb. - install -m 755 grml2usb debian/grml2usb/usr/sbin/ + install -m 755 grml2usb debian/grml2usb/usr/sbin/ + install -m 755 lilo/lilo.static.i386 debian/grml2usb//usr/share/grml2usb/lilo/lilo.static.i386 + install -m 755 lilo/lilo.static.amd64 debian/grml2usb//usr/share/grml2usb/lilo/lilo.static.amd64 + install -m 644 grub/splash.xpm.gz debian/grml2usb/usr/share/grml2usb/grub/splash.xpm.gz + install -m 644 grub/stage2_eltorito debian/grml2usb/usr/share/grml2usb/grub/stage2_eltorito # Build architecture-dependent files here. binary-arch: build install