From eb818b3324b9f53e285fa30d84246dd248af8f29 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 20 Mar 2018 22:39:36 -0400 Subject: Import Debian changes 18-1 arch-install-scripts (18-1) UNRELEASED; urgency=medium * Initial release. --- debian/rules | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') 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 -- cgit v1.2.3