summaryrefslogtreecommitdiffstats
path: root/rules/mgetty.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-12-22 16:03:21 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-12-22 16:03:21 +0000
commitfe833202e7ae4a9e1e4bcc5a6b2794e352af7226 (patch)
tree1afec8d9011d8b1b4cc52c299c083c48260590fe /rules/mgetty.make
parent8144b6bc06c83516e159d399859d32ce87bcc28f (diff)
downloadptxdist-fe833202e7ae4a9e1e4bcc5a6b2794e352af7226.tar.gz
ptxdist-fe833202e7ae4a9e1e4bcc5a6b2794e352af7226.tar.xz
fixed wrong path
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2116 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/mgetty.make')
-rw-r--r--rules/mgetty.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/mgetty.make b/rules/mgetty.make
index 96f53492c..e35b85779 100644
--- a/rules/mgetty.make
+++ b/rules/mgetty.make
@@ -133,7 +133,7 @@ endif
$(CROSSSTRIP) -R .note -R .comment $(ROOTDIR)/usr/sbin/mgetty
ifdef PTXCONF_SENDFAX
$(call copy_root, 0, 0, 0755, $(MGETTY_DIR)/sendfax, /usr/sbin/sendfax)
- $(CROSSSTRIP) -R .note -R .comment $(ROOTDIR)/usr/bin/sendfax
+ $(CROSSSTRIP) -R .note -R .comment $(ROOTDIR)/usr/sbin/sendfax
$(call copy_root, 0, 0, 0755, $(MGETTY_DIR)/g3/pbm2g3, /usr/bin/pbm2g3)
$(CROSSSTRIP) -R .note -R .comment $(ROOTDIR)/usr/bin/pbm2g3
$(call copy_root, 0, 0, 0755, $(MGETTY_DIR)/g3/g3cat, /usr/bin/g3cat)