diff options
| author | 2018-03-20 22:39:36 -0400 | |
|---|---|---|
| committer | 2018-03-20 22:56:18 -0400 | |
| commit | eb818b3324b9f53e285fa30d84246dd248af8f29 (patch) | |
| tree | eb2b27d7601e3b137fb7418f82d0a558ad764495 /debian/rules | |
| parent | d929c8cbc09732337fb4805accbf3564e9cca0bb (diff) | |
Import Debian changes 18-1
arch-install-scripts (18-1) UNRELEASED; urgency=medium
* Initial release.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..63ff2c5 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#DH_VERBOSE = 1 + +%: + dh $@ + +override_dh_auto_install: + make PREFIX=/usr DESTDIR="$(CURDIR)/debian/arch-install-scripts" install + -rm debian/arch-install-scripts/usr/bin/pacstrap |
