This commit is contained in:
chris2511 2003-11-25 23:06:47 +00:00
parent a7f6dac68e
commit 7468f23be5
2 changed files with 3 additions and 3 deletions

4
debian/rules vendored
View File

@ -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

View File

@ -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