Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Jan 11, 2016
1 parent f4b74dc commit 1f84575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phase4/xorg-server/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function check() {

function instal() {
make $MAKE_PARALLEL install &&
mkdir -pv /etc/X11/xorg.conf.d
mkdir -pv /etc/X11/xorg.conf.d
}

function clean() {
Expand Down
2 changes: 1 addition & 1 deletion phase4/xorg-vesa-driver/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function check() {
}

function instal() {
make $MAKE_PARALLEL install
make $MAKE_PARALLEL install
}

function clean() {
Expand Down

0 comments on commit 1f84575

Please sign in to comment.