X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fxsane;h=d10b16afabe142f5a8ac21fe00502e7d0c3651cd;hb=8e53f0b487073f1ccfa7e59484e9b926881bad2d;hp=fd57226439edc7d6f6777187d4173ed79270b2d6;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage5/pkg/xsane b/stage5/pkg/xsane index fd57226..d10b16a 100644 --- a/stage5/pkg/xsane +++ b/stage5/pkg/xsane @@ -1,14 +1,8 @@ #!/bin/bash -hvconfig() -{ - cd ${LFS_TMP}/${PACKAGE} - ./configure \ - --prefix=/usr -} - hvbuild_post() { # Adding link for GIMP plugin (Base GIMP version hardcoded for now) - ln -v -s ../../../../bin/xscanimage /usr/lib/gimp/2.0/plug-ins + rm -f /usr/lib/gimp/2.0/plug-ins/xsane + ln -sv /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins }