]> git.pld-linux.org Git - packages/Xbae.git/commitdiff
- one line hashed to make package build possible
authorpascalek <pascalek@pld-linux.org>
Wed, 24 Oct 2001 08:23:33 +0000 (08:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Xbae.spec -> 1.9

Xbae.spec

index 4ab84782e3c2ee03842f4417ab98ff25959cf45b..831f015ecdfb26c65e7ac98fde814ef9535cd02c 100644 (file)
--- a/Xbae.spec
+++ b/Xbae.spec
@@ -100,13 +100,13 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_aclocaldir}
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
+       DESTDIR=$RPM_BUILD_ROOT
        htmldir=/htmldoc
 
 # workaround - configure decides not to install *.m4 if aclocaldir is not writable
 install ac_find_*.m4 $RPM_BUILD_ROOT%{_aclocaldir}
 
-mv -f $RPM_BUILD_ROOT/htmldoc/* doc
+# mv -f $RPM_BUILD_ROOT/htmldoc/* doc <= what it was supposed to do?
 rm -f doc/Makefile* doc/images/Makefile*
 
 gzip -9nf AUTHORS ChangeLog README NEWS
This page took 0.078686 seconds and 4 git commands to generate.