On 30. 12. 2014 17:19, Christian Nygaard wrote:
> Hi! 
> 
> I'm trying to build abs from git sources 
> (git clone https://github.com/Alexpux/MSYS2-abs.git)
> 
> When i make install it ends up in /home/MSYS-abs/usr/bin/abs instead of 
> /usr/bin/abs
> 
> How do you make install so that abs ends up in /usr ?

I'm not sure what exactly your build is missing, but try these:

- pass --prefix=/usr to "./configure" (as in 
https://github.com/Alexpux/MSYS2-packages/blob/master/pacman/PKGBUILD#L93)

- pass DESTDIR=/ to "make install" (as in 
https://github.com/Alexpux/MSYS2-packages/blob/master/pacman/PKGBUILD#L113)

-- 
David Macek

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to