Magellan Linux

Diff of /branches/mage-next/usr/lib/mage/mage.rc.global.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/mage/usr/lib/mage/mage.rc.global.in revision 2522 by niro, Fri Oct 25 07:40:31 2013 UTC branches/mage-next/usr/lib/mage/mage.rc.global.in revision 2523 by niro, Wed Jan 29 10:37:57 2014 UTC
# Line 54  STRIP_DYN_LIB="--strip-unneeded" Line 54  STRIP_DYN_LIB="--strip-unneeded"
54  STRIP_DYN_BIN="--strip-all"  STRIP_DYN_BIN="--strip-all"
55  STRIP_STATIC_LIB="--strip-debug"  STRIP_STATIC_LIB="--strip-debug"
56    
57    # Default destination macros for smage
58    # Do not modify these settings unless you know what you are doing
59    M_MACRO_PREFIX="@@M_MACRO_PREFIX@@"
60    M_MACRO_EXECPREFIX="@@M_MACRO_EXECPREFIX@@"
61    M_MACRO_SYSCONFDIR="@@M_MACRO_SYSCONFDIR@@"
62    M_MACRO_BINDIR="@@M_MACRO_BINDIR@@"
63    M_MACRO_SBINDIR="@@M_MACRO_SBINDIR@@"
64    M_MACRO_LIBDIR="@@M_MACRO_LIBDIR@@"
65    M_MACRO_LIB64DIR="@@M_MACRO_LIB64DIR@@"
66    M_MACRO_DATADIR="@@M_MACRO_DATADIR@@"
67    M_MACRO_MANDIR="@@M_MACRO_MANDIR@@"
68    M_MACRO_INFODIR="@@M_MACRO_INFODIR@@"
69    M_MACRO_DOCDIR="@@M_MACRO_DOCDIR@@"
70    M_MACRO_LOCALSTATEDIR="@@M_MACRO_LOCALSTATEDIR@@"
71    
72  # Extension defaults  # Extension defaults
73  # Do not modify these settings unless you know what you are doing  # Do not modify these settings unless you know what you are doing
74  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
# Line 80  GNOME_MIRRORS="http://ftp.gnome.org/pub/ Line 95  GNOME_MIRRORS="http://ftp.gnome.org/pub/
95  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"
96  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
97  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
98  PACKAGES_SERVER_PATH="packages/${ARCH}"  PACKAGES_SERVER_PATH="packages/$(eval echo \${ARCH})"
99    
100  # Default fetch options for rsync  # Default fetch options for rsync
101  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"

Legend:
Removed from v.2522  
changed lines
  Added in v.2523