Changeset 99e4712
- Timestamp:
- Feb 21, 2006, 12:16:20 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:
- 61c0e64
- Parents:
- 0ee931e
- Location:
- scripts
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/funcs/multiarch-funcs.sh
r0ee931e r99e4712 53 53 } 54 54 55 which_func() {56 type ${1} | \57 sed -e 's@.* \(.*\)$@\1@g' \58 -e 's@[()]@@g'59 }60 61 62 55 # Following function sets compiler options 63 56 setup_multiarch() { -
scripts/untested/blfs-scripts/blfs-shared-mime-info.sh
r0ee931e r99e4712 28 28 >> ${LOGFILE} 2>&1 && 29 29 echo " o ALL OK" || barf 30 -
scripts/untested/gnome-scripts/gnome-desktop-scripts/gnome-desktop-scrollkeeper.sh
r0ee931e r99e4712 49 49 use_wrapper /usr/bin/scrollkeeper-config 50 50 fi 51 -
scripts/untested/gnome-scripts/gnome-platform-scripts/gnome-platform-glib.sh
r0ee931e r99e4712 52 52 >> ${LOGFILE} 2>&1 && 53 53 echo " o ALL OK" || barf 54 -
scripts/untested/gnome-scripts/gnome-platform-scripts/gnome-platform-gnome-mime-data.sh
r0ee931e r99e4712 1 #!/bin/ sh1 #!/bin/bash 2 2 3 3 ### gnome-mime-data ### -
scripts/untested/gnome-scripts/gnome-platform-scripts/gnome-platform-intltool.sh
r0ee931e r99e4712 27 27 >> ${LOGFILE} 2>&1 && 28 28 echo " o ALL OK" || barf 29
Note:
See TracChangeset
for help on using the changeset viewer.