diff options
author | obrien <obrien@FreeBSD.org> | 2004-12-28 14:04:47 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-12-28 14:04:47 +0800 |
commit | 5da1a667133dac1e7dac5fc52fa850802381fc31 (patch) | |
tree | 172fc0cce63472cbdd5923e6dfdc6b2eadf32645 /emulators/linux_base | |
parent | dd61bdccb1b0364ee4260b32833ceb2ec00ee13b (diff) | |
download | freebsd-ports-gnome-5da1a667133dac1e7dac5fc52fa850802381fc31.tar.gz freebsd-ports-gnome-5da1a667133dac1e7dac5fc52fa850802381fc31.tar.zst freebsd-ports-gnome-5da1a667133dac1e7dac5fc52fa850802381fc31.zip |
Properly set owner of yp.conf.
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 892191213509..3606a05b474d 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -183,7 +183,7 @@ do-install: # mtab in etc, albeit an empty one. This is needed in a couple of # cases. Most notably staroffice6. # - ${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${LINUXBASE}/etc + ${INSTALL_DATA} ${FILESDIR}/yp.conf ${LINUXBASE}/etc ${TOUCH} ${LINUXBASE}/etc/mtab # # Finish |