Skip to content
Snippets Groups Projects
Commit d1212836 authored by Leif Johansson's avatar Leif Johansson
Browse files

build into / instead of opt

parent 4e6f5233
No related branches found
No related tags found
No related merge requests found
pkcs11-proxy (0.1) unstable; urgency=low
[ Corentin Chary ]
* Initial release.
-- Corentin Chary <cchary@commonit.com> Tue, 16 Feb 2010 13:59:59 +0100
[ Leif Johansson ]
* Make it build without the opt prefix
-- Leif Johansson <leifj@mnt.se> Sat, 31 Mar 2012 22:33:03 +0200
Source: pkcs11-proxy
Priority: extra
Maintainer: Corentin Chary <cchary@commonit.com>
Uploaders: Leif Johansson <leifj@mnt.se>
Build-Depends: cdbs, debhelper (>= 6), cmake
Standards-Version: 3.8.0
Section: libs
......
debian/tmp/opt/commonit/usr/bin/pkcs11-daemon /usr/bin
\ No newline at end of file
debian/tmp/usr/bin/pkcs11-daemon /usr/bin
debian/tmp/opt/commonit/usr/lib/libpkcs11-proxy*.so* /opt/commonit/usr/lib
debian/tmp/usr/lib/libpkcs11-proxy*.so* /usr/lib
......@@ -3,5 +3,5 @@
include /usr/share/cdbs/1/class/cmake.mk
include /usr/share/cdbs/1/rules/debhelper.mk
DEB_CMAKE_INSTALL_PREFIX=/opt/commonit/usr/
DEB_DH_BUILDDEB_ARGS=--destdir=$(HOME)/pkg-pool
#DEB_CMAKE_INSTALL_PREFIX=/opt/commonit/usr/
#DEB_DH_BUILDDEB_ARGS=--destdir=$(HOME)/pkg-pool
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment