]> git.pld-linux.org Git - packages/ocaml-SDL.git/commitdiff
- allow install in prefix other than /usr
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 15 Nov 2004 14:04:37 +0000 (14:04 +0000)
committercvs2git <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

index e8a8c68a1a41f6cd60779c019d286674f2a7cf39..72b0275f490cfd2fde6b85730b2ef19d2637dd1a 100644 (file)
@@ -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.101056 seconds and 4 git commands to generate.