diff options
author | jlam <jlam@pkgsrc.org> | 1999-11-03 04:24:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-11-03 04:24:59 +0000 |
commit | 870bc96615ce06e1d4fb2e2ce56a6618d9313438 (patch) | |
tree | 283e5f880f036e588976f4dde1e3e31e7ecfc85a /x11/asclock/files | |
parent | 627075e288ac3e18fe9dbe181e25b7e6237f174b (diff) | |
download | pkgsrc-870bc96615ce06e1d4fb2e2ce56a6618d9313438.tar.gz |
Rename asclock directories so that it doesn't conflict with GNOME's
asclock_applet (x11/gnome-core). Asclock may not be theme-able, but it does
support different languages, so give the user a choice of which one to use.
Diffstat (limited to 'x11/asclock/files')
-rw-r--r-- | x11/asclock/files/asclock.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/asclock/files/asclock.sh b/x11/asclock/files/asclock.sh index ea26e28391b..3d64d8b94e3 100644 --- a/x11/asclock/files/asclock.sh +++ b/x11/asclock/files/asclock.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: asclock.sh,v 1.1 1999/10/28 19:04:57 jlam Exp $ +# $NetBSD: asclock.sh,v 1.2 1999/11/03 04:24:59 jlam Exp $ args='' while [ $# -gt 0 ] @@ -21,7 +21,7 @@ do shift done -ASCLOCKDIR=@PREFIX@/share/asclock +ASCLOCKDIR=@PREFIX@/share/asclock-classic # default to American English if [ -z "${LANG}" -o ! -d ${ASCLOCKDIR}/${LANG} ] @@ -33,4 +33,4 @@ monthxpm=${ASCLOCKDIR}/${LANG}/month.xpm weekdayxpm=${ASCLOCKDIR}/${LANG}/weekday.xpm args="${args} -monthxpm ${monthxpm} -weekdayxpm ${weekdayxpm}" -exec @PREFIX@/libexec/asclock ${args} +exec @PREFIX@/libexec/asclock-classic ${args} |