x11/rc.x11

Sun, 02 Sep 2012 21:04:04 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 02 Sep 2012 21:04:04 +0200
changeset 661
5e372ee5f447
permissions
-rw-r--r--

Back out change in preparation of more thorough correction. The previous
correction ignored the configure parameter '--with-sbin-perm=0755' which
should alone set the correct permissions for binaries.

     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