diff options
author | grant <grant> | 2003-04-14 20:28:20 +0000 |
---|---|---|
committer | grant <grant> | 2003-04-14 20:28:20 +0000 |
commit | 37a767e169d30eda430953eba99319dfeb012123 (patch) | |
tree | 4484f350f190b71033865381feacbf4cf5b8332f /www/mozilla-bin/files | |
parent | b9c9eae01248f75ef909eacba9abf05ed1e2a95c (diff) | |
download | pkgsrc-37a767e169d30eda430953eba99319dfeb012123.tar.gz |
rename mozilla-linux to mozilla-bin.
Diffstat (limited to 'www/mozilla-bin/files')
-rw-r--r-- | www/mozilla-bin/files/mozilla.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mozilla-bin/files/mozilla.sh b/www/mozilla-bin/files/mozilla.sh new file mode 100644 index 00000000000..16f3c629310 --- /dev/null +++ b/www/mozilla-bin/files/mozilla.sh @@ -0,0 +1,3 @@ +#!/bin/sh +# $NetBSD: mozilla.sh,v 1.1 2003/04/14 20:28:22 grant Exp $ +exec @PREFIX@/lib/mozilla-linux/mozilla "$@" |