summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 11:07:21 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-06-21 14:10:11 +0200
commitef90a7cf7a0163c51f29b1a26117c322150bdb51 (patch)
tree618ab18beb37a8f77a325c2aa75a70949cda1ffa
parent8e023d95fad1f396213c67344cca7418d9ea5d43 (diff)
downloadptxdist-ef90a7cf7a0163c51f29b1a26117c322150bdb51.tar.gz
ptxdist-ef90a7cf7a0163c51f29b1a26117c322150bdb51.tar.xz
post/install: fix migration from generic -> projectroot
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/post/install.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/post/install.make b/rules/post/install.make
index 2ff9f4083..7da3f0406 100644
--- a/rules/post/install.make
+++ b/rules/post/install.make
@@ -65,7 +65,7 @@ install_copy = \
# fakeroot.
#
# This macro first looks in $(PTXDIST_WORKSPACE)/projectroot for the file to copy and then
-# in $(PTXDIST_TOPDIR)/generic and installs the file under $(ROOTDIR)
+# in $(PTXDIST_TOPDIR)/projectroot and installs the file under $(ROOTDIR)
#
# $1: xpkg label
# $2: UID
@@ -93,7 +93,7 @@ install_alternative = \
# fakeroot. Adds filename to conffiles
#
# This macro first looks in $(PTXDIST_WORKSPACE)/projectroot for the file to copy and then
-# in $(PTXDIST_TOPDIR)/generic and installs the file under $(ROOTDIR)
+# in $(PTXDIST_TOPDIR)/projectroot and installs the file under $(ROOTDIR)
#
# $1: xpkg label
# $2: UID