From 6684267e8ccb2a43987d29ced63ee740a875d121 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 15 Nov 2004 14:04:37 +0000 Subject: [PATCH] - allow install in prefix other than /usr Changed files: ocaml-SDL.spec -> 1.3 --- ocaml-SDL.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-SDL.spec b/ocaml-SDL.spec index e8a8c68..72b0275 100644 --- 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 -- 2.43.0