diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-16 12:31:48 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-16 12:31:48 +0000 |
commit | 38fa0d9ef9a75eb0f350729c342082dd9bd268f4 (patch) | |
tree | f58081aefdb2780d357cde4ce9fa3de13e9d67cc /misc/amanda25-server | |
parent | f3e6850dc99b1803f4fe93757f3a6ce4ee702c79 (diff) | |
download | ports-38fa0d9ef9a75eb0f350729c342082dd9bd268f4.tar.gz ports-38fa0d9ef9a75eb0f350729c342082dd9bd268f4.zip |
Notes
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 9fb139bec897..76f3ee885019 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -187,7 +187,7 @@ post-install: ${PREFIX}/share/examples/amanda ${MKDIR} ${PREFIX}/var/amanda/gnutar-lists ${CHOWN} operator:operator ${PREFIX}/var/amanda/gnutar-lists - ${MKDIR} /etc/amandates + ${TOUCH} /etc/amandates ${CHOWN} operator:operator /etc/amandates .if defined (AMANDA_SERVER) |