git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba30732
)
Fix a broken macro.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 30 Sep 2008 11:41:36 +0000
(12:41 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 30 Sep 2008 11:41:36 +0000
(12:41 +0100)
example/mingw32-example.spec
patch
|
blob
|
history
diff --git
a/example/mingw32-example.spec
b/example/mingw32-example.spec
index
e3302f0
..
9ccb23f
100644
(file)
--- a/
example/mingw32-example.spec
+++ b/
example/mingw32-example.spec
@@
-41,7
+41,7
@@
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
# Remove static libraries but DON'T remove *.dll.a files.
-rm $RPM_BUILD_ROOT%{mingw32_libdir}/libfoo.a
+rm $RPM_BUILD_ROOT%{
_
mingw32_libdir}/libfoo.a
%clean