summaryrefslogtreecommitdiffstats
path: root/src/mingwrt.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/mingwrt.mk')
-rw-r--r--src/mingwrt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mingwrt.mk b/src/mingwrt.mk
index dfd2d1c..dce4a70 100644
--- a/src/mingwrt.mk
+++ b/src/mingwrt.mk
@@ -16,6 +16,6 @@ endef
define $(PKG)_BUILD
install -d '$(PREFIX)/$(TARGET)'
- cd '$(2)' && \
+ cd '$(1)' && \
cp -rpv bin include lib '$(PREFIX)/$(TARGET)'
endef