Garnome 2.6.1: error in geektoys/gksu



Here is the error:

/usr/bin/install -c gksuexec /root/garnome/bin/gksuexec
make  install-exec-hook
make[6]: entrant dans le répertoire « /home/src/garnome-2.6.1/geektoys/gksu/work/main.d/gksu-1.0.3/gksu »
cd /root/garnome/bin && \
        ln -s gksu gksudo
ln: `gksudo': fichier existant.
make[6]: *** [install-exec-hook] Erreur 1

The solution is simple: in the corresponding Makefile, change
LN_S = ln -s
to
LN_S = ln -sf

-- 


			Olivier Lecarme



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]