<schillingklaus>
once upon a time, dylan and dilyn went into a pub
schillingklaus has quit [Quit: schillingklaus]
testuser[m] has quit [Server closed connection]
testuser[m] has joined #kisslinux
sad_plan has joined #kisslinux
<sad_plan>
hi
solaare has joined #kisslinux
angerisagift has quit [Remote host closed the connection]
angerisagift has joined #kisslinux
feenix has joined #kisslinux
geekthattweaks has quit [Quit: Connection closed for inactivity]
<feenix>
having trouble with a package im porting myself. its a really simple one. just a single Makefile. readme says make and make config. the problem is kiss allows it to directly install its files to system /usr/bin while its building. rather than to .cache/kiss/proc. doesn't come with a configure file either.
<feenix>
to solve it. I changed the absolute paths in the makefile to. . ./../pkg/pkgname/usr/bin
<feenix>
this worked but I wonder if there was some other more idiomatic way
<feenix>
I don't quite understand how tools like make pick where to install to at build time. some makefiles its an absolute path. some I cant even tell its so messy
<sad_plan>
kiss will install to DESTDIR. what are you trying to port?
<sad_plan>
kiss should install directly to /, it should install ot $1/ then be moved to once you click enter to install
<sad_plan>
s/should/shoudnt/
<feenix>
yea this the only package that did this
<feenix>
github cdecl-blocks
<feenix>
during the build, I dunno if its a chroot or not. make somehow installed to system dir and broke out of chroot if there is one