Adjust nautilus to nabia, disable remove nonexistent patch
This commit is contained in:
parent
62a3a2c0b5
commit
27bf47337c
1 changed files with 5 additions and 4 deletions
|
|
@ -20,10 +20,11 @@
|
||||||
VERSION=3
|
VERSION=3
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
for patch in 16_unity_new_documents.patch; do
|
# Keeping function for later use as 16_unity_new_documents.patch has been removed.
|
||||||
rm debian/patches/$patch
|
#for patch in 16_unity_new_documents.patch; do
|
||||||
sed "/$patch/d" -i debian/patches/series
|
# rm debian/patches/$patch
|
||||||
done
|
# sed "/$patch/d" -i debian/patches/series
|
||||||
|
#done
|
||||||
|
|
||||||
echo "Checking for necessary files to install by debian/docs."
|
echo "Checking for necessary files to install by debian/docs."
|
||||||
while read i
|
while read i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue