[PC-BSD Commits] r15514 - pcbsd/current/src-sh/de-info
svn at pcbsd.org
svn at pcbsd.org
Wed Feb 22 05:55:25 PST 2012
Author: kris
Date: 2012-02-22 13:55:25 +0000 (Wed, 22 Feb 2012)
New Revision: 15514
Modified:
pcbsd/current/src-sh/de-info/Makefile
Log:
Fix bug building de-info
Modified: pcbsd/current/src-sh/de-info/Makefile
===================================================================
--- pcbsd/current/src-sh/de-info/Makefile 2012-02-22 13:55:15 UTC (rev 15513)
+++ pcbsd/current/src-sh/de-info/Makefile 2012-02-22 13:55:25 UTC (rev 15514)
@@ -44,7 +44,6 @@
install_ddirs: first FORCE
@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/pcbsd/de-profiles/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/pcbsd/de-profiles/
-$(INSTALL_DIR) de-profiles $(INSTALL_ROOT)/usr/local/share/pcbsd
- @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/pcbsd/de-profiles/.svn && $(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/pcbsd/de-profiles/.svn
uninstall_ddirs: FORCE
-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/pcbsd/de-profiles/
More information about the Commits
mailing list