fix typo
This commit is contained in:
parent
25fd8a6f4f
commit
f4cf179b6d
2 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ else
|
||||||
namever="$2"
|
namever="$2"
|
||||||
# create and install a package with same name and version but without dependencies
|
# create and install a package with same name and version but without dependencies
|
||||||
# removing Source: field because of bug#751942
|
# removing Source: field because of bug#751942
|
||||||
apt-cache show --no-all-versions $namever
|
apt-cache show --no-all-versions $namever \
|
||||||
| grep -v "^Pre-Depends:" \
|
| grep -v "^Pre-Depends:" \
|
||||||
| grep -v "^Depends:" \
|
| grep -v "^Depends:" \
|
||||||
| grep -v "^Recommends:" \
|
| grep -v "^Recommends:" \
|
||||||
|
|
0
run.sh
Normal file → Executable file
0
run.sh
Normal file → Executable file
Loading…
Reference in a new issue