summaryrefslogtreecommitdiff
path: root/Mk/bsd.linux-rpm.mk
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-05-16 18:19:35 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-05-16 18:19:35 +0000
commit1406cf04a2fb1145f8d8643abff9fe5bb0f34865 (patch)
tree0924d0db6cbbf9204bb27b128ed5dbc0ad8147a6 /Mk/bsd.linux-rpm.mk
parentUpdate to 2.01.01a09, which now includes DVD support in cdrecord and (diff)
Fix the new-plist target (typo).
Notes
Notes: svn path=/head/; revision=162600
Diffstat (limited to 'Mk/bsd.linux-rpm.mk')
-rw-r--r--Mk/bsd.linux-rpm.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.linux-rpm.mk b/Mk/bsd.linux-rpm.mk
index 3168636a0714..08a8510fb963 100644
--- a/Mk/bsd.linux-rpm.mk
+++ b/Mk/bsd.linux-rpm.mk
@@ -1,7 +1,7 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4
#
-# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.4 2006-05-02 10:06:54 netchild Exp $
+# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.5 2006-05-16 18:19:35 netchild Exp $
#
# Variables:
@@ -148,7 +148,7 @@ do-install:
new-plist: build
@${RM} -f ${PLIST}.new
@cd ${WRKSRC} && \
- ${FIND} * ! type d | ${SORT} > ${PLIST}.new; \
+ ${FIND} * ! -type d | ${SORT} > ${PLIST}.new; \
${FIND} -d * -type d | ${SED} -e 's|^|@dirrm |' >> ${PLIST}.new; \
done
. endif