mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
grmpf
This commit is contained in:
parent
a7f6dac68e
commit
7468f23be5
4
debian/rules
vendored
4
debian/rules
vendored
@ -12,7 +12,7 @@ configure: configure-stamp
|
||||
configure-stamp:
|
||||
dh_testdir
|
||||
# Add here commands to configure the package.
|
||||
./configure --prefix=/usr --disable-debug
|
||||
prefix=/usr ./configure
|
||||
|
||||
touch configure-stamp
|
||||
|
||||
@ -43,7 +43,7 @@ install: build
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/xca.
|
||||
$(MAKE) destdir=$(CURDIR)/debian/xca prefix=/usr install
|
||||
$(MAKE) destdir=$(CURDIR)/debian/xca install
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
||||
@ -22,7 +22,7 @@ like PKCS#7, PKCS#12, PEM, DER, PKCS#8.
|
||||
%setup
|
||||
|
||||
%build
|
||||
./configure --prefix=/usr --disable-debug
|
||||
prefix=/usr ./configure
|
||||
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user