diff options
author | Steve Langasek <vorlon@debian.org> | 2008-08-19 22:34:28 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:19 -0800 |
commit | 9ee60a722df7dd81a99b380c706c5919cf5cce56 (patch) | |
tree | ff34c231b48688d993acad8d5e18b776343a0fff | |
parent | 59dce91733b7b144d77949330f3d68a98450522d (diff) | |
download | pam-9ee60a722df7dd81a99b380c706c5919cf5cce56.tar.gz pam-9ee60a722df7dd81a99b380c706c5919cf5cce56.tar.bz2 pam-9ee60a722df7dd81a99b380c706c5919cf5cce56.zip |
deleting a file under debian/libpam-modules in the install target isn't going
to do us any good...
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 7a0ccd87..dade1a29 100755 --- a/debian/rules +++ b/debian/rules @@ -73,8 +73,6 @@ install: build $(MAKE) -C $(BUILD_TREE) DESTDIR=$(CURDIR)/debian/tmp install - # Provided in libpam-cracklib - rm -f $(CURDIR)/debian/libpam-modules/lib/security/pam_cracklib.so # .la files are teh devil rm -f $(CURDIR)/debian/tmp/lib/*.la # for modules, we only want the .so |