summaryrefslogtreecommitdiff
path: root/emulators/pcemu/files/bootstrap.shar
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-01 09:54:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-01 09:54:45 +0000
commit90a37fef8399b44a304a99308eefad522d19bd05 (patch)
treea9b706aa4e11333ea9d0551739d5f4ff598d6005 /emulators/pcemu/files/bootstrap.shar
parentMark unbroken. 2.2 is dead, 3.0 is the current and future. :-) (diff)
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.
Notes
Notes: svn path=/head/; revision=15007
Diffstat (limited to '')
-rw-r--r--emulators/pcemu/files/bootstrap.shar4
1 files changed, 2 insertions, 2 deletions
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'