projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62cffac
)
Symbolische Links erstellen
author
Holger Lindemann
<hli@lx-system.de>
Thu, 18 Mar 2010 21:08:26 +0000
(22:08 +0100)
committer
Holger Lindemann
<hli@lx-system.de>
Thu, 18 Mar 2010 21:08:26 +0000
(22:08 +0100)
Aufruf aus dem LxO-Verzeichnis
scripts/mklinks.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/scripts/mklinks.sh
b/scripts/mklinks.sh
new file mode 100755
(executable)
index 0000000..
2888a20
--- /dev/null
+++ b/
scripts/mklinks.sh
@@ -0,0
+1,10
@@
+#!/bin/sh
+
+for i in acctranscorrections amcvar amtemplates ap ar bankaccounts bp ca common cp ct datev dn do fu gl ic ir is licenses menujs menunew menu menuv3 menuv4 menuXML oe pe projects rc rp sepa todo ustva wh; do
+ rm $i.pl 2> /dev/null
+ ln -s am.pl $i.pl
+done
+rm admin.pl 2> /dev/null
+ln -s login.pl admin.pl
+rm generictranslations.pl 2> /dev/null
+ln -s common.pl generictranslations.pl