[Kde-perl] PREFIX/prefix request
Jaco Greeff
kde-perl@mail.kde.org
Thu, 6 Mar 2003 10:07:43 +0200
Hi,
It is possible to have consistency in the {PerlQt|smoke}/Makefile syntax? To
install both as part of an RPM build process, I specify
make PREFIX=${RPM_BUILD_ROOT}/usr \
prefix=${RPM_BUILD_ROOT}/usr install
to get both smoke and the Qt stuff installed in the $RPM_BUILD_ROOT.
(Makefile.PL prefix specified as /usr) Making this (prefix) default to PREFIX
in the smoke subdir would make life somewhat easier from a packaging
perspecitive. (At least in the case where libsmoke is enabled as part of the
build.)
Greetings,
Jaco