Skip to content

Commit

Permalink
New style of building
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Hajny committed Feb 11, 2013
1 parent c1859c6 commit 7096bc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hcatalog/Makefile
Expand Up @@ -36,6 +36,8 @@ REPLACE_BASH+= bin/hcat bin/hcat_server.sh src/packages/update-hcatalog-env.sh

INSTALLATION_DIRS+= share/examples/hcatalog

do-build: ant-build

do-install:
cd ${WRKSRC}/build/${PKGNAME}-dev && \
${PAX} -rw bin libexec sbin share ${DESTDIR}${PREFIX}/
Expand Down
2 changes: 2 additions & 0 deletions hive/Makefile
Expand Up @@ -54,6 +54,8 @@ INSTALLATION_DIRS+= bin share/doc/hive share/hive share/examples/hive
post-extract:
${CP} ${FILESDIR}/hive ${WRKDIR}/hive

do-build: ant-build

do-install:
cd ${WRKSRC}/build/dist && (\
${PAX} -rw bin ${DESTDIR}${PREFIX}/;\
Expand Down

0 comments on commit 7096bc3

Please sign in to comment.