projects
/
packages
/
ocaml-SDL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4607d6c
)
- allow install in prefix other than /usr
author
Jan Rękorajski
<baggins@pld-linux.org>
Mon, 15 Nov 2004 14:04:37 +0000
(14:04 +0000)
committer
cvs2git
<feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000
(12:13 +0000)
Changed files:
ocaml-SDL.spec -> 1.3
ocaml-SDL.spec
patch
|
blob
|
blame
|
history
diff --git
a/ocaml-SDL.spec
b/ocaml-SDL.spec
index e8a8c68a1a41f6cd60779c019d286674f2a7cf39..72b0275f490cfd2fde6b85730b2ef19d2637dd1a 100644
(file)
--- a/
ocaml-SDL.spec
+++ b/
ocaml-SDL.spec
@@
-49,7
+49,10
@@
this library.
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+ OCAMLLIBDIR=%{_libdir}/ocaml \
+ OCAMLSDLDIR=%{_libdir}/ocaml/sdl \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
This page took
0.051494 seconds
and
4
git commands to generate.