diff --git a/init/genpkg b/init/genpkg new file mode 100644 index 0000000..9a3f5a3 --- /dev/null +++ b/init/genpkg @@ -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 diff --git a/etc/X11/XModules/icewm b/usr/X11R7/lib/X11/XModules/icewm similarity index 100% rename from etc/X11/XModules/icewm rename to usr/X11R7/lib/X11/XModules/icewm