|
Loading...
|
alfs-log@linuxfromscratch.org
[Prev] Thread [Next] | [Prev] Date [Next]
r3542 - jhalfs/trunk/common thomasp Fri Feb 03 14:08:46 2012
Author: thomasp
Date: 2012-02-01 16:59:11 -0700 (Wed, 01 Feb 2012)
New Revision: 3542
Modified:
jhalfs/trunk/common/makefile-functions
Log:
Fix a typo. Fixes #1683
Modified: jhalfs/trunk/common/makefile-functions
===================================================================
--- jhalfs/trunk/common/makefile-functions 2012-02-01 23:36:34 UTC (rev
3541)
+++ jhalfs/trunk/common/makefile-functions 2012-02-01 23:59:11 UTC (rev
3542)
@@ -65,7 +65,7 @@
@PKG_PATH=`ls -t $(SRCSDIR)/$(1) | head -n1` && \
ROOT=`tar -tf $$PKG_PATH | head -n1 | sed -e '[EMAIL PROTECTED]/@@;s@/.*@@'`
&& \
[ -n "$$ROOT" ] && \
- if [ -d $(SRCDIR)/$$ROOT ]; then \
+ if [ -d $(SRCSDIR)/$$ROOT ]; then \
rm -rf $(SRCSDIR)/$$ROOT && \
rm -rf $(SRCSDIR)/$${ROOT%-*}-build; \
fi;
--
http://linuxfromscratch.org/mailman/listinfo/alfs-log
Unsubscribe: See the above information page
- r3542 - jhalfs/trunk/common thomasp 2012/02/03 <=