Create xfstests install target.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Eric Sandeen
2009-01-02 22:28:37 -06:00
parent 8d7ac89a2d
commit 8c5325e126
4 changed files with 30 additions and 1 deletions
+4
View File
@@ -27,6 +27,10 @@ PKG_RELEASE = @pkg_release@
PKG_VERSION = @pkg_version@
PKG_PLATFORM = @pkg_platform@
PKG_DISTRIBUTION= @pkg_distribution@
PKG_SBIN_DIR = @sbindir@
# A bit of a hack; by rights only state should probably go here
# But for now ...
PKG_LIB_DIR = /var/lib/@pkg_name@
CC = @cc@
AWK = @awk@