[Lunar-commits] r25040 - lunar/trunk/var/lib/lunar/plugins
Stefan Wold
ratler at lunar-linux.org
Sat Jun 30 16:20:22 CEST 2007
Author: ratler
Date: 2007-06-30 16:20:22 +0200 (Sat, 30 Jun 2007)
New Revision: 25040
Modified:
lunar/trunk/var/lib/lunar/plugins/build-zpatches.plugin
Log:
Missed to fix one of the patch paths when changing what dir they should reside in. Version patches should now be working again.
Modified: lunar/trunk/var/lib/lunar/plugins/build-zpatches.plugin
===================================================================
--- lunar/trunk/var/lib/lunar/plugins/build-zpatches.plugin 2007-06-29 23:14:19 UTC (rev 25039)
+++ lunar/trunk/var/lib/lunar/plugins/build-zpatches.plugin 2007-06-30 14:20:22 UTC (rev 25040)
@@ -21,7 +21,7 @@
PATCHDIRS+=" $MOONBASE/zlocal/_patches/$MODULE"
# Check for version based patch dir
if [ -d $MOONBASE/zlocal/_patches/$MODULE/$VERSION ]; then
- PATCHDIRS+=" $MOONBASE/zpatches/$MODULE/$VERSION"
+ PATCHDIRS+=" $MOONBASE/zlocal/_patches/$MODULE/$VERSION"
fi
# Now find all patches and apply them
# We also sort them so it possible to apply patch order
More information about the Lunar-commits
mailing list