From: Martin Mares Date: Sun, 19 Nov 2017 14:11:11 +0000 (+0100) Subject: Debian: Yet more renaming X-Git-Tag: v0.9~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a18300fb95f80528bf54b5bd239ba2f57259b769;p=subauth.git Debian: Yet more renaming --- diff --git a/debian/rules b/debian/rules index 721c054..c60e112 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,6 @@ override_dh_auto_configure: ./configure PREFIX=/usr override_dh_auto_install: - make DESTDIR=debian/subauth INSTALL_CONFIG_DIR=/etc install-server - make DESTDIR=debian/subauth install-client + make DESTDIR=debian/subauthd INSTALL_CONFIG_DIR=/etc install-server + make DESTDIR=debian/subauthd install-client make DESTDIR=debian/libpam-subauth INSTALL_LIB_DIR=/lib/$(DEB_HOST_MULTIARCH) install-pam