--- smage/trunk/extras/tigervnc/tigervnc-1.0.90_svn4262-r1.smage2 2011/02/01 13:32:51 1240 +++ smage/trunk/extras/tigervnc/tigervnc-1.0.90_svn4262-r1.smage2 2011/02/01 13:36:38 1241 @@ -73,7 +73,7 @@ mconfigure --disable-static || die # only build neccessary things mmake -j1 -C common || die - mmake -j1 -C vncpasswd || die + mmake -j1 -C unix/vncpasswd || die # fix build issues export CFLAGS="$(pkg-config --cflags libdrm)" @@ -115,7 +115,7 @@ src_install() { cd ${SRCDIR} - mmake -C vncpasswd DESTDIR=${BINDIR} install || die + mmake -C unix/vncpasswd DESTDIR=${BINDIR} install || die cd ${XORGDDIR}/hw/vnc mmake DESTDIR=${BINDIR} install || die