X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fhackbard%2Fxdirectfb%2Fxdirectfb;h=270a5a0f6e23dff87a3f5942a249c1214a636559;hb=cb9510dd5388d6ba1ce2f42e239d8e83d805fc5f;hp=50a6edd9c8b2ad06840ca9e2c1b5afc088da752c;hpb=bb663ddd799880b7cf02d41efdc7168ec457028b;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/hackbard/xdirectfb/xdirectfb b/packages/hackbard/xdirectfb/xdirectfb index 50a6edd..270a5a0 100644 --- a/packages/hackbard/xdirectfb/xdirectfb +++ b/packages/hackbard/xdirectfb/xdirectfb @@ -54,4 +54,16 @@ build_main() { echo "building rootless xserver now ..." make World && make && make install + + cd ../$srcdir + + } + +post_install() { + docdir="$root/opt/xdirectfb/doc" + mkdir -p $docdir + cp -v README $docdir + cp -v $confdir/xdfbserverrc.example $docdir + cp -v $confdir/startdfbx $root/opt/xdirectfb/bin + chmod 755 $root/opt/xdirectfb/bin/startdfbx }