Changeset 0b402ff for scripts/scripts/untested/gnome-scripts/gnome-platform-scripts/gnome-platform-gnome-mime-data.sh
- Timestamp:
- Feb 21, 2006, 1:05:50 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- df7a253
- Parents:
- b9181e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/untested/gnome-scripts/gnome-platform-scripts/gnome-platform-gnome-mime-data.sh
rb9181e6 r0b402ff 6 6 LOG=gnome-mime-data-gnome-platform.log 7 7 8 set_buildenv 8 9 set_libdirname 9 10 setup_multiarch 11 # *sigh* doing this just so we end up with 2 .pc files... 12 if [ ! "${libdirname}" = "lib" ]; then 13 extra_conf="--libdir=${GNOME_PREFIX}/${libdirname}" 14 fi 10 15 11 16 if [ "${GNOME_PREFIX}" = "/usr" ]; then 12 extra_conf=" --sysconfdir=/etc/gnome"17 extra_conf="${extra_conf} --sysconfdir=/etc/gnome" 13 18 fi 14 19
Note:
See TracChangeset
for help on using the changeset viewer.