Browse Source

Fixed scripts/Build-Pkg to not try to symlink misc/ which doesn't exist anymore

karasz/new-early
Alejandro Mery 18 years ago
parent
commit
996f56f385
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Build-Pkg

+ 1
- 1
scripts/Build-Pkg

@ -19,7 +19,7 @@ exec 2>&1
buildstart="`date "+%m/%d/%Y from %T"`"
sderootdirs="scripts bin etc lib misc doc src package architecture target"
sderootdirs="scripts bin etc lib doc src package architecture target"
options=
config=default

Loading…
Cancel
Save