Adding custom reportbug script.
This commit is contained in:
parent
174bc9ede5
commit
7922892146
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Checking depends
|
||||
dpkg -l debootstrap cdebootstrap
|
||||
|
||||
# Checking suggests
|
||||
dpkg -l dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs sudo fakeroot syslinux grub
|
|
@ -37,6 +37,9 @@ install: build
|
|||
rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog
|
||||
mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package
|
||||
|
||||
# Installing bug control
|
||||
install -D -m 0755 debian/bug/script debian/live-helper/usr/share/bug/live-helper
|
||||
|
||||
binary-arch: build install
|
||||
|
||||
binary-indep: build install
|
||||
|
|
Loading…
Reference in New Issue