martanne / abduco

abduco provides session management i.e. it allows programs to be run independently from its controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$SRC used by CRUX Linux distro's `pkgmk`, causing conflict

greduan opened this issue · comments

Hey, just wanted to let you know that both abduco's and dvtm's Makefiles use the $SRC variable.

This variable is used by the pkgmk command in CRUX, so it causes this conflict: http://sprunge.us/NTVK

I fixed by adding the following to the Pkgfile before using make:

sed -i "s/SRC/SSRC/g" Makefile

One of the guys at CRUX already came up with a solution, but discussion ensuing suggests this is an edge case so changes are not necessary and/or not going to be made, the Pkgfile should just work around it.

Just thought you should know though, feel free to close this as soon as you read it. :)

P.S.: Probably should have just sent you an email, but whatever, what's been done is done. :P

Could you please test whether 81d934e fixes the issue?

Sure! Give me a sec...

It works if I build from Git, not entirely sure if that commit is the reason. Let me checkout an older version before compiling...

The new commit does fix it! Awesome! :D

Thanks man. :)