Author: alexander
Date: 2005-06-30 04:38:38 -0600 (Thu, 30 Jun 2005)
New Revision: 292

Modified:
   x86/branches/6.1/packages/linux/debian-style-headers.sh
   x86/branches/6.1/packages/subversion/Makefile
Log:
Fixed ownership of installed files.


Modified: x86/branches/6.1/packages/linux/debian-style-headers.sh
===================================================================
--- x86/branches/6.1/packages/linux/debian-style-headers.sh     2005-06-30 
03:10:27 UTC (rev 291)
+++ x86/branches/6.1/packages/linux/debian-style-headers.sh     2005-06-30 
10:38:38 UTC (rev 292)
@@ -7,8 +7,8 @@
 
 rm -rf "$DSTDIR"
 mkdir "$DSTDIR"
-cp -av "$SRCDIR/include" "$SRCDIR/scripts" "$DSTDIR"
-cp -av "$SRCDIR/.config" "$SRCDIR/Makefile" "$SRCDIR/Module.symvers" "$DSTDIR"
+cp -rv "$SRCDIR/include" "$SRCDIR/scripts" "$DSTDIR"
+cp -rv "$SRCDIR/.config" "$SRCDIR/Makefile" "$SRCDIR/Module.symvers" "$DSTDIR"
 ( cd "$SRCDIR" ; find -type d ) | (
        while read dir ; do
            mkdir -p "$DSTDIR/$dir"

Modified: x86/branches/6.1/packages/subversion/Makefile
===================================================================
--- x86/branches/6.1/packages/subversion/Makefile       2005-06-30 03:10:27 UTC 
(rev 291)
+++ x86/branches/6.1/packages/subversion/Makefile       2005-06-30 10:38:38 UTC 
(rev 292)
@@ -23,7 +23,7 @@
        @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
        @if [ ! -f /usr/bin/svn ] ; then unpack $(FILE) && cd $(DIR) && \
         ./configure --prefix=/usr && \
-        make -j3 && make install ; fi
+        make -j3 && make install && chown -R 0:0 /usr/include/apr-0 ; fi
        @make clean
 
 clean:

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to