From 90a37fef8399b44a304a99308eefad522d19bd05 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 1 Dec 1998 09:54:45 +0000 Subject: Don't assume ${FILESDIR} is some fixed number of directories up from ${WRKSRC}. Note I haven't fixed the "pack" target, that requires more than just ${FILESDIR} frobbing. --- emulators/pcemu/files/bootstrap.shar | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/pcemu/files/bootstrap.shar') diff --git a/emulators/pcemu/files/bootstrap.shar b/emulators/pcemu/files/bootstrap.shar index 7e4646d1037c..4120c8d94b53 100644 --- a/emulators/pcemu/files/bootstrap.shar +++ b/emulators/pcemu/files/bootstrap.shar @@ -86,9 +86,9 @@ X X Xunpack: X rm -f display.bin README.FreeBSD -X uudecode ../../../files/bootstrapper.uu +X uudecode ${FILESDIR}/bootstrapper.uu X gunzip --force display.bin.gz -X cp -p ../../../files/README.FreeBSD README.FreeBSD +X cp -p ${FILESDIR}/README.FreeBSD README.FreeBSD END-of-bootstrap/Makefile echo x - bootstrap/crt0.S sed 's/^X//' >bootstrap/crt0.S << 'END-of-bootstrap/crt0.S' -- cgit v1.2.3