[
https://issues.apache.org/jira/browse/HAWQ-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Radar Lei resolved HAWQ-1401.
-----------------------------
Resolution: Fixed
Now we can do make install as below steps:
./configure --prefix=/usr/loca/apache-hawq
make
make install DESTDIR=/tmp/fake-root
Then HAWQ will get installed to /tmp/fake-root/usr/local/apache-hawq directory.
This can help we do rpm package from source tarball.
> DESTDIR option not functioning well in 'make install'
> -----------------------------------------------------
>
> Key: HAWQ-1401
> URL: https://issues.apache.org/jira/browse/HAWQ-1401
> Project: Apache HAWQ
> Issue Type: Bug
> Components: Build
> Affects Versions: 2.2.0.0-incubating
> Reporter: Radar Lei
> Assignee: Radar Lei
> Fix For: 2.2.0.0-incubating
>
>
> Currently 'make install DESTDIR=/destdir/usr/local/apache-hawq' is not
> working for all the files.
> For example: our configuration files under 'etc' folder. Build rpm from
> source tarball relies on this 'DESTDIR' option.
> We should make sure DESTDIR is working for all the files in the install list.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)