diff options
author | UnicronNL <kim.sidney@gmail.com> | 2018-05-19 00:45:24 +0200 |
---|---|---|
committer | UnicronNL <kim.sidney@gmail.com> | 2018-05-19 00:45:24 +0200 |
commit | 23a39eabf8cb9fe8bbadb25e237247c72c7465ee (patch) | |
tree | 6b3115467846d1d8c7cda140507db502f7c06a23 /debian/rules | |
parent | 2e79be64738818b82cb9a9fec709313093212bc4 (diff) | |
download | libpam-radius-auth-23a39eabf8cb9fe8bbadb25e237247c72c7465ee.tar.gz libpam-radius-auth-23a39eabf8cb9fe8bbadb25e237247c72c7465ee.zip |
Copy pam lib to correct dir
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 6cb6603..d48d9e3 100755 --- a/debian/rules +++ b/debian/rules @@ -24,5 +24,9 @@ override_dh_install: dh_install -v --sourcedir=. --package=radius-shell chmod 750 debian/*/sbin/radius_shell +override_dh_auto_install: + mkdir -p lib/$(DEB_HOST_MULTIARCH)/security + cp pam_radius_auth.so lib/$(DEB_HOST_MULTIARCH)/security + override_dh_installchangelogs: dh_installchangelogs Changelog |