You are not logged in.

#1 2010-11-16 17:39:35

Kosava
Member
From: Serbia
Registered: 2008-08-19
Posts: 127

YaRock help with PKGBUILD

Here is my PKGBUILD i have some issue with them http://pastebin.com/qDNSFEqF

and here is YaRock.desktop http://pastebin.com/i8wz2H0V

i think problem is in last line of PKGBUILD but relly dont know

Offline

#2 2010-11-16 18:15:47

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: YaRock help with PKGBUILD

you're never running make install. Add:

make DESTDIR="$pkgdir/" install

As of pacman 3.4, the '|| return 1' idiom is unnecesary. makepkg runs with set -e so any error will cause makepkg to abort anyways.

Offline

#3 2010-11-16 22:40:31

Kosava
Member
From: Serbia
Registered: 2008-08-19
Posts: 127

Re: YaRock help with PKGBUILD

Good hint @falconindy thank you.
Here is i maded it: http://aur.archlinux.org/packages.php?ID=43650
If i  make some mistake tell me please.

Offline

Board footer

Powered by FluxBB