diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-26 03:57:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-26 03:57:12 +0000 |
commit | 553f34933d3f60082f3f6fe9bd1f623cf8df5cb6 (patch) | |
tree | 1ade6d974f8ad937391ecdf474f9f0cb40e30146 | |
parent | ef206738409141b118f05fdbd3e11f4404e721fe (diff) |
the correct *.ipk file has ${OSrev} in it
-rw-r--r-- | etc/etc.zaurus/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.zaurus/Makefile.inc b/etc/etc.zaurus/Makefile.inc index 4574a8fd292..d3ac324d587 100644 --- a/etc/etc.zaurus/Makefile.inc +++ b/etc/etc.zaurus/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 2009/04/21 09:12:29 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2009/06/26 03:57:11 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC/bsd \ @@ -13,6 +13,6 @@ bootblocks: cp ${DESTDIR}/usr/mdec/zboot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/zbsdmod.o ${RELEASEDIR} -MDEXT= bsd bsd.rd zboot zbsdmod.o openbsd45_arm.ipk Packages +MDEXT= bsd bsd.rd zboot zbsdmod.o openbsd${OSrev}_arm.ipk Packages .PHONY: bsd bootblocks |