Compare commits

...

No commits in common. "v962" and "v963" have entirely different histories.
v962 ... v963

2 changed files with 14 additions and 0 deletions

14
init/genpkg Normal file
View File

@ -0,0 +1,14 @@
#!/bin/bash
#genpkg füricewm Package
#(c) Rainmaker MultiMedia OHG
#
#$Author: kueller $
#$Date: 2011-08-24 08:30:24 +0200 (Mi, 24. Aug 2011) $
#$Revision: 6222 $
#
#
if [ "$MK64BIT" == "true" ]; then
mkdir usr/X11R7/lib64
tar -C usr/X11R7/lib -cf - .|tar -C usr/X11R7/lib64 -xf -
fi