]> git.pld-linux.org Git - packages/awesfx.git/commitdiff
- fix in %%{_make} call,stb
authormarcus <marcus@pld-linux.org>
Mon, 18 Feb 2002 08:19:06 +0000 (08:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awesfx.spec -> 1.20

awesfx.spec

index ddde33633a39b70f748696fb126df2448930a68c..16d8a733320bbd9e17ebd69b58fada73287a7a88 100644 (file)
@@ -92,7 +92,7 @@ unzip %{SOURCE2}
 %build
 xmkmf
 %{__make} Makefiles
-%{__make} OPT_FLAGS="%{rpmcflags}"
+%{__make} OPT_FLAGS="%{rpmcflags}" SOSYMLINK="true"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -101,7 +101,8 @@ install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_bindir},/bin} \
 
 %{__make} install install.man \
        DESTDIR=$RPM_BUILD_ROOT \
-       _MANDIR=%{_mandir}
+       _MANDIR=%{_mandir} \
+       SOSYMLINK="true"
 
 mv -f $RPM_BUILD_ROOT%{_bindir}/sfxload $RPM_BUILD_ROOT/bin/
 mv -f gu11-rom/GU11-ROM.SF2 $RPM_BUILD_ROOT%{_datadir}/midi/soundfont/gu11-rom.sf2
This page took 0.081065 seconds and 4 git commands to generate.