[vhffs-dev] [svn] commit: r79 - trunk/Makefile |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Author: soda
Date: Sat Jul 30 02:30:41 2005
New Revision: 79
Log:
fix suxor makefile
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sat Jul 30 02:30:41 2005
@@ -74,7 +74,6 @@
cp -r vhffs-backend/src/pgsql/*.sql "${DESTDIR}/${BACKENDDIR}/"
cp -r vhffs-backend/tools/* "${DESTDIR}/${BACKENDDIR}/tools/"
find "${DESTDIR}/${BACKENDDIR}/" -type f | xargs chmod 644
- r
find "${DESTDIR}/${BACKENDDIR}/tools" -type f | xargs chmod 755
fi
echo "done"