projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
217e153
)
RPM: simplify make install rule
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 19 Mar 2013 11:19:48 +0000
(12:19 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 19 Mar 2013 11:19:48 +0000
(12:19 +0100)
yazpp.spec
patch
|
blob
|
history
diff --git
a/yazpp.spec
b/yazpp.spec
index
d78b489
..
cd813fc
100644
(file)
--- a/
yazpp.spec
+++ b/
yazpp.spec
@@
-45,8
+45,7
@@
make CFLAGS="$RPM_OPT_FLAGS"
%install
rm -fr ${RPM_BUILD_ROOT}
-make prefix=${RPM_BUILD_ROOT}/%{_prefix} mandir=${RPM_BUILD_ROOT}/%{_mandir} \
- libdir=${RPM_BUILD_ROOT}/%{_libdir} install
+make install DESTDIR=${RPM_BUILD_ROOT}
rm ${RPM_BUILD_ROOT}/%{_libdir}/*.la
%clean