diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-22 12:55:12 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 15:58:28 -0800 |
commit | 4432247afcc0a41d6e938c44eb28ea2611b86ac4 (patch) | |
tree | bb2748dce85492fe815622193abac04e14dc3c17 | |
parent | f052b498d3616a1b84c974fb65bd35967e2cdb2b (diff) | |
download | pam-4432247afcc0a41d6e938c44eb28ea2611b86ac4.tar.gz pam-4432247afcc0a41d6e938c44eb28ea2611b86ac4.tar.bz2 pam-4432247afcc0a41d6e938c44eb28ea2611b86ac4.zip |
BUILD_TREE is now , since we're no longer munging the upstream tarball
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2e7705de..89bff84f 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ export LC_COLLATE QUILT_PATCH_DIR = debian/patches-applied include /usr/share/quilt/quilt.make -BUILD_TREE=Linux-PAM +BUILD_TREE=$(CURDIR) d = $(CURDIR)/debian dl = $(d)/local |