qnikst / kbdd

keyboard library for per-window keyboard layout
GNU General Public License v2.0
146 stars 16 forks source link

Enabling ./configure --prefix key #7

Closed Ignotus closed 13 years ago

Ignotus commented 13 years ago

Please create a key --prefix for ./configure because your program's installed in /usr/local directory by default.

qnikst commented 13 years ago

Ok, I'll add.

But isn't DISTDIR=/anypath/ make install is a common way of installing programs in non default path?

baverman commented 13 years ago

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 13 years ago

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 13 years ago

no more information, closing