summaryrefslogtreecommitdiff
path: root/emulators/pcemu/files/bootstrap.shar
diff options
context:
space:
mode:
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'