--- trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 11:00:16 1558 +++ trunk/mage/usr/lib/mage/mage.rc.global 2011/12/28 12:06:30 1583 @@ -61,6 +61,11 @@ MAGESUFFIX="mage" SMAGESUFFIX="smage2" +# Purge targets +# Array with all files which shall be removed from every package on build-time +# Do not touch these settings if you don't know what you are doing +PURGE_TARGETS=( usr/share/info/dir ) + # Distcc specific settings #DISTCC_HOSTS="" DISTCC_DIR="${BUILDDIR}/.distcc"