wok diff wxWidgets-dev/receipt @ rev 8539

Fix: wxWidgets to install contrib files into same DESTDIR now. This will save 600mb since we will not need the source folder anymore to genpkg files.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 13 04:28:50 2011 +0000 (2011-02-13)
parents 4252a368d218
children 6988f27ad479
line diff
     1.1 --- a/wxWidgets-dev/receipt	Thu Sep 30 01:28:36 2010 +0000
     1.2 +++ b/wxWidgets-dev/receipt	Sun Feb 13 04:28:50 2011 +0000
     1.3 @@ -18,5 +18,4 @@
     1.4  	cp -a $_pkg/usr/include/ $fs/usr
     1.5  	# Just copy setup.h and contrib include
     1.6  	cp -a $_pkg/usr/lib/wx/include $fs/usr/lib/wx
     1.7 -	cp -a $src/contrib/_pkg/usr/include/ $fs/usr
     1.8  }