You are not logged in.

#1 2006-05-01 16:34:05

clarence
Member
From: fremantle.au
Registered: 2005-10-12
Posts: 294

make install wants to ln -s

Dear LazyArchWeb smile

I'm trying to create a PKGBUILD for this screensaver called Hills http://www.loria.fr/~rougier/software/hills/

Except when it comes to make install it errors out with a permission denied because it wants to create a link (ln -s -f /usr/bin/hills /usr/libexec/xscreensaver/hills) outside of the /pkg directory....it can't because I'm makepkging as user of course.

So, my poor fried brain can't figure out how to make it want to create the link inside the /pkg directory. Please help wink


fck art, lets dance.

Offline

#2 2006-05-01 16:40:09

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: make install wants to ln -s

(ln -s -f /usr/bin/hills /usr/libexec/xscreensaver/hills) outside of the /pkg

do it inside!!!

(ln -s -f $strtdir/pkg/usr/bin/hills /usr/libexec/xscreensaver/hills

if make is trying to do it then, you may need to run sed on the script, but I would try running the command after make but before make install...

Offline

Board footer

Powered by FluxBB