Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more than once
|
|
|
|
the Pkgfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Maximilian Dietrich
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we cannot test with -n whether a variable is set or not, [ -n $foo ] will
always true if $foo is not defined.
[ $foo ] is true if $foo is set AND not empty.
|
|
The default directory order for the runtime linker
is /lib and /usr/lib. We should honor that as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I stumbled over that with gphoto2 which depends on libgphoto2, but
finddeps didn't show it because 'grep -v gphoto2' selects both
ports whereas 'grep -v "\<gphoto2\>"' matches only ghpoto2.
|
|
|
|
|
|
|