aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nasm/nasm_0.98.38.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/nasm/nasm_0.98.38.bb')
-rw-r--r--packages/nasm/nasm_0.98.38.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/nasm/nasm_0.98.38.bb b/packages/nasm/nasm_0.98.38.bb
index 8edabcde1e..0d5f7a10b4 100644
--- a/packages/nasm/nasm_0.98.38.bb
+++ b/packages/nasm/nasm_0.98.38.bb
@@ -11,7 +11,7 @@ inherit autotools
do_install() {
install -d ${D}/${bindir}
- install -d ${D}/${datadir}/man/man1
+ install -d ${D}/${mandir}/man1
oe_runmake 'INSTALLROOT=${D}' install
}