File: multiarch.patch

package info (click to toggle)
libpam-abl 0.6.0-7.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: ansic: 4,757; sh: 47; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Description: multiarch support
Author: Alex Mestiashvili <alex@biotec.tu-dresden.de>
--- libpam-abl.orig/CMakeLists.txt
+++ libpam-abl/CMakeLists.txt
@@ -73,4 +73,4 @@
 INSTALL(TARGETS pam-abl_bin
 	RUNTIME DESTINATION bin
 )
-INSTALL(TARGETS pam-abl_lib DESTINATION lib/security)
+INSTALL(TARGETS pam-abl_lib DESTINATION lib/$ENV{DEB_HOST_MULTIARCH}/security)