mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
fix install target
This commit is contained in:
parent
627c6219f3
commit
93a6f15610
2
debian/rules
vendored
2
debian/rules
vendored
@ -38,6 +38,7 @@ install: build
|
||||
|
||||
# Add here commands to install the package into debian/<packagename>
|
||||
#$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install
|
||||
install -m755 livecd.sh debian/tmp/usr/sbin
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
@ -71,7 +72,6 @@ binary-indep: build install
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
install -m755 livecd.sh debian/tmp/usr/sbin
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
||||
|
Loading…
x
Reference in New Issue
Block a user