diff options
author | Silvino Silva <silvino@bk.ru> | 2019-03-06 17:10:35 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-03-06 17:10:35 +0000 |
commit | 89710a657c8a5226272e0d17e1693a44365a1641 (patch) | |
tree | f85d2b79aaa9ef148283d99cd0464d0b8ff88826 | |
parent | 0c4e9af6f0479642d120b128dea05e7851ca4e56 (diff) | |
download | doc-89710a657c8a5226272e0d17e1693a44365a1641.tar.gz |
pkgmk-test.conf forces to build package
-rw-r--r-- | tools/scripts/pkgmk-test.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/scripts/pkgmk-test.conf b/tools/scripts/pkgmk-test.conf index 14248aa..4a04eec 100644 --- a/tools/scripts/pkgmk-test.conf +++ b/tools/scripts/pkgmk-test.conf @@ -9,6 +9,7 @@ PKGMK_SOURCE_DIR="$PWD" PKGMK_PACKAGE_DIR="$PWD" PKGMK_WORK_DIR="$PWD/work" PKGMK_DOWNLOAD="yes" +PKGMK_UP_TO_DATE="no" # PKGMK_IGNORE_FOOTPRINT="no" # PKGMK_IGNORE_NEW="no" # PKGMK_NO_STRIP="no" |