diff options
author | obrien <obrien@FreeBSD.org> | 2004-12-28 14:35:08 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-12-28 14:35:08 +0800 |
commit | 8e0081aea4ec4614570c94bbdc88ab9f146514e8 (patch) | |
tree | 753244ec415ad1698e64b19858384cd9833a561a | |
parent | 4a27d70a26e602b0f52c8eb48ca58f122725c43a (diff) | |
download | freebsd-ports-gnome-8e0081aea4ec4614570c94bbdc88ab9f146514e8.tar.gz freebsd-ports-gnome-8e0081aea4ec4614570c94bbdc88ab9f146514e8.tar.zst freebsd-ports-gnome-8e0081aea4ec4614570c94bbdc88ab9f146514e8.zip |
Eeeek rev 1.95 accidently backed out rev 1.94; put back.
-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 b8d6f9267c7e..d0447372d56f 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -185,7 +185,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 |