x11/rc.x11

Tue, 28 Aug 2012 18:29:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:29:00 +0200
changeset 532
e5f1af644b30
permissions
-rw-r--r--

Massively update modules from Drupal 6.x to 7.x, and add diverse OpenID modules.
Unfortunately many modules available to Drupal 6.x installations have not been
since maintained or ported to 7.x causing this package to diminish in both size
and utility.

     1 #!@l_prefix@/bin/openpkg rc
     2 ##
     3 ##  rc.x11 -- Run-Commands
     4 ##
     6 %config
     7     x11_bindir="@x11_bindir@"
     8     x11_incdir="@x11_incdir@"
     9     x11_libdir="@x11_libdir@"
    11 %info -o
    12     echo "X11 Binary  Directory: ${x11_bindir}"
    13     echo "X11 Include Directory: ${x11_incdir}"
    14     echo "X11 Library Directory: ${x11_libdir}"

mercurial