diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-14 10:48:49 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-14 10:48:49 +0400 |
commit | 177fdeb11d3e6a167a340bb1a89d15591b84a08e (patch) | |
tree | 4a0c061977c54838c48e0d821500db39a2ee9298 /rules/ips.mk | |
parent | 29eca7ea87fd73e347ad1d175bbe63412cc19ca3 (diff) | |
download | cibs-177fdeb11d3e6a167a340bb1a89d15591b84a08e.tar.gz |
Typo
Diffstat (limited to 'rules/ips.mk')
-rw-r--r-- | rules/ips.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ips.mk b/rules/ips.mk index ef0824f..fa3edb0 100644 --- a/rules/ips.mk +++ b/rules/ips.mk @@ -110,7 +110,7 @@ publish-stamp: resolve-stamp set -x; \ pkgsend -s $(ips-repo) publish --fmri-in-manifest \ $(pkg-protos) \ - $(resolved-manifests); \ + $(resolved-manifests) && \ touch $@; \ else \ echo "Variable 'ips-repo' is not defined."; \ |