diff options
author | Willy Tarreau <w@1wt.eu> | 2007-09-25 09:58:44 +0200 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2007-09-25 09:58:44 +0200 |
commit | 2c0706edd8601df2615b15d80ad92fd179034a96 (patch) | |
tree | d90259101f8b02204b6ef2c91ca31b6bf9c18beb /.flxpkg | |
parent | build.cfg: ifenslave upgraded to 1.1.0, symlink replaced. (diff) | |
download | flxutils-2c0706edd8601df2615b15d80ad92fd179034a96.tar.xz |
build.cfg: create .flxpkg/compiled if needed
Diffstat (limited to '.flxpkg')
-rw-r--r-- | .flxpkg/build.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.flxpkg/build.cfg b/.flxpkg/build.cfg index cc408ea..ee77d33 100644 --- a/.flxpkg/build.cfg +++ b/.flxpkg/build.cfg @@ -54,6 +54,9 @@ function do_prepack { chmod 640 $ROOTDIR/usr/share/examples/flxutils/init/* # flxfix is useful for normal users too. chmod 755 $ROOTDIR/usr/sbin/flxfix + + # just in case it would not exist + mkdir -p $PKGDIR/compiled } function do_strip { |