Skip to content

Commit

Permalink
Main Script
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammadreza Haghiri committed Jun 29, 2013
1 parent 9760d4b commit 7222cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JabirOS-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
export DESTDIR=/tmp/JabirOS-Install
make -j1 DESTDIR="$DESTDIR" installkernel || echo "Install kernel Failed"
sleep 5
make -j1 DESTDIR="$DESTDIR" -DWITHOUT_GCC -DWITHOUT_BINUTILS -DWITHOUT_LIB32 -DWITHOUT_BSD_CPIO installworld distribution || echo "Install World and make distribution failed"
make -j1 DESTDIR="$DESTDIR" -DWITHOUT_GCC -DWITHOUT_LIB32 installworld distribution || echo "Install World and make distribution failed"
sleep 5
echo "JabirOS is installed on /tmp/JabirOS-Install"

0 comments on commit 7222cf4

Please sign in to comment.