On Wed, Jul 15, 2009 at 09:43:22AM +0200, YUP wrote: > Look at the lxde arch packages submitted by zoulnix, for aexample: > http://aur.archlinux.org/packages/lxpanel-svn/lxpanel-svn/PKGBUILD > > Take a look on these strings: > > # Disable the building of man > sed -i -e 's:po man:po:' Makefile.am || return 1 > sed -i -e 's:man/Makefile::' configure.ac || return 1 > > It simply remove "man" entrances from Makefile.am and configure.ac. You > can use it in your lxinput-svn PKGBUILD.
No need for sed hack: make SUBDIRS=src\ po install Jürgen ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
