renamed (un)pack-initrd to abootimg-(un)pack-initrd

This commit is contained in:
Gilles Grandou 2011-07-21 01:26:28 +02:00
parent 4f8acfd128
commit ff8e759ed3
3 changed files with 2 additions and 2 deletions

4
debian/rules vendored
View File

@ -12,8 +12,8 @@ configure/abootimg::
binary-install/abootimg::
dh_installman $(CURDIR)/debian/abootimg.1
install $(CURDIR)/abootimg $(CURDIR)/debian/abootimg/usr/bin
install -T $(CURDIR)/pack-initrd $(CURDIR)/debian/abootimg/usr/bin/abootimg-pack-initrd
install -T $(CURDIR)/unpack-initrd $(CURDIR)/debian/abootimg/usr/bin/abootimg-unpack-initrd
install -T $(CURDIR)/abootimg-pack-initrd $(CURDIR)/debian/abootimg/usr/bin
install -T $(CURDIR)/abootimg-unpack-initrd $(CURDIR)/debian/abootimg/usr/bin
clean::
rm -rf files/agtl.egg-info