Enabling ./configure --prefix key
Ignotus opened this issue · 4 comments
Ignotus commented
Please create a key --prefix for ./configure because your program's installed in /usr/local directory by default.
qnikst commented
Ok, I'll add.
But isn't
DISTDIR=/anypath/ make install
is a common way of installing programs in non default path?
baverman commented
is a common way of installing programs in non default path?
~$ locate PKGBUILD | xargs grep -l DISTDIR | wc -l
0
~$ locate PKGBUILD | xargs grep -le --prefix | wc -l
28
~$ locate PKGBUILD | wc -l
56
qnikst commented
I don't undestand where the problem is:
qnikst@qnikst [git:master]kbdd % ./configure --prefix ~
qnikst@qnikst [git:master]kbdd % make
qnikst@qnikst [git:master]kbdd % make install
/usr/bin/install -c -m 644 kbdd-service-interface.xml '/home/qnikst/share/dbus-1/interfaces'
/usr/bin/install -c kbdd '/home/qnikst/bin'
So program install in a prefix directory.
Maybe I misunderstood something...
qnikst commented
no more information, closing