# HG changeset patch # User Christophe Lincoln # Date 1335306813 -7200 # Node ID 3a88d3e7ea0cf86c3b435eb1fbba975a0122400f # Parent 792ac13836aa6d955cfd393b12b6faa0e4ccb024 Up: xorg-server-light (1.12.1) diff -r 792ac13836aa -r 3a88d3e7ea0c xorg-server-light/receipt --- a/xorg-server-light/receipt Wed Apr 25 00:26:06 2012 +0200 +++ b/xorg-server-light/receipt Wed Apr 25 00:33:33 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-server-light" -VERSION="1.9.5" +VERSION="1.12.1" CATEGORY="x-window" SHORT_DESC="Xorg core server light version (no dri, gl, and friends)." MAINTAINER="pankso@slitaz.org" @@ -56,10 +56,10 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/var $fs/etc/X11/xorg.conf.d - cp -a $_pkg/usr/lib/X11 $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/var/lib $fs/var - cp -a $_pkg/etc $fs + cp -a $install/usr/lib/X11 $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/var/lib $fs/var + cp -a $install/etc $fs # Remove static libs and split Xnest rm $fs/usr/lib/X11/*/*.*a rm $fs/usr/lib/X11/*/*/*.*a