mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
PR: ports/75168 Submitted by: Joerg Pulz <Joerg.Pulz(at)frm2.tum.de> Reworked by: maintainer
12 lines
391 B
Bash
12 lines
391 B
Bash
--- script/installswat.sh.orig Fri Dec 17 03:59:34 2004
|
|
+++ script/installswat.sh Fri Dec 17 04:01:34 2004
|
|
@@ -8,8 +8,7 @@
|
|
echo Installing SWAT in $SWATDIR
|
|
echo Installing the Samba Web Administration Tool
|
|
|
|
-LANGS=". `cd $SRCDIR../swat/; /bin/echo lang/??`"
|
|
-echo Installing langs are `cd $SRCDIR../swat/lang/; /bin/echo ??`
|
|
+LANGS="."
|
|
|
|
for ln in $LANGS; do
|
|
SWATLANGDIR=$SWATDIR/$ln
|