Skip to content

Commit 1d53b03

Browse files
committed
Build scripts
1 parent 284debe commit 1d53b03

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

build/Linux/clean_up.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# Do not use "verbose" in order to spot errors easily
44

55
# Remove shared resources
6-
rm -f ./resources/{error.gif,info.gif,question.gif,warning.gif,icon_64x64_cpt.gif}
6+
rm ./resources/{error,info,question,warning,icon_64x64_cpt}.gif
77

88
# Remove other CompareParallelTexts resources
9-
rm -f ./resources/locale/ru/LC_MESSAGES/CompareParallelTexts.mo
9+
rm ./resources/locale/ru/LC_MESSAGES/CompareParallelTexts.mo
1010

1111
# Remove CompareParallelTexts Python files
12-
rm -f ./CompareParallelTexts.py
12+
rm ./CompareParallelTexts.py
1313

1414
# Remove shared Python files
15-
rm -f ./{gettext_windows.py,shared.py,sharedGUI.py}
15+
rm ./{gettext_windows,shared,sharedGUI}.py
1616

1717
# (Linux-only) Remove build scripts
18-
rm -f ./{build.sh,clean_up.sh,setup.py}
18+
rm ./{build.sh,clean_up.sh,setup.py}
1919

2020
rmdir -p resources/locale/ru/LC_MESSAGES
2121

build/Linux/update_here.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
mkdir -p ./resources/locale/ru/LC_MESSAGES/
66

77
# Copy shared resources
8-
cp -u /usr/local/bin/shared/resources/{error.gif,info.gif,question.gif,warning.gif,icon_64x64_cpt.gif} ./resources/
8+
cp -u /usr/local/bin/shared/resources/{error,info,question,warning,icon_64x64_cpt}.gif ./resources/
99

1010
# Copy other CompareParallelTexts resources
1111
cp -u /usr/local/bin/CompareParallelTexts/resources/locale/ru/LC_MESSAGES/CompareParallelTexts.mo ./resources/locale/ru/LC_MESSAGES/
@@ -14,7 +14,7 @@ cp -u /usr/local/bin/CompareParallelTexts/resources/locale/ru/LC_MESSAGES/Compar
1414
cp -u /usr/local/bin/CompareParallelTexts/src/CompareParallelTexts.py .
1515

1616
# Copy shared Python files
17-
cp -u /usr/local/bin/shared/src/{gettext_windows.py,shared.py,sharedGUI.py} .
17+
cp -u /usr/local/bin/shared/src/{gettext_windows,shared,sharedGUI}.py .
1818

1919
# (Linux-only) Copy build scripts
2020
cp -u /usr/local/bin/CompareParallelTexts/build/Linux/{build.sh,clean_up.sh,setup.py} .

build/Wine/clean_up.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Do not use "verbose" in order to spot errors easily
44

55
# Remove shared resources
6-
rm -f ./resources/{error.gif,info.gif,question.gif,warning.gif,icon_64x64_cpt.gif}
6+
rm -f ./resources/{error,info,question,warning,icon_64x64_cpt}.gif
77

88
# Remove other CompareParallelTexts resources
99
rm -f ./resources/locale/ru/LC_MESSAGES/CompareParallelTexts.mo
@@ -12,7 +12,7 @@ rm -f ./resources/locale/ru/LC_MESSAGES/CompareParallelTexts.mo
1212
rm -f ./CompareParallelTexts.py
1313

1414
# Remove shared Python files
15-
rm -f ./{gettext_windows.py,shared.py,sharedGUI.py}
15+
rm -f ./{gettext_windows,shared,sharedGUI}.py
1616

1717
# (Wine-only) Remove CompareParallelTexts icon
1818
rm -f ./resources/icon_64x64_cpt.ico

build/Wine/update_here.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
mkdir -p ./resources/locale/ru/LC_MESSAGES/
66

77
# Copy shared resources
8-
cp -u /usr/local/bin/shared/resources/{error.gif,info.gif,question.gif,warning.gif,icon_64x64_cpt.gif} ./resources/
8+
cp -u /usr/local/bin/shared/resources/{error,info,question,warning,icon_64x64_cpt}.gif ./resources/
99

1010
# Copy other CompareParallelTexts resources
1111
cp -u /usr/local/bin/CompareParallelTexts/resources/locale/ru/LC_MESSAGES/CompareParallelTexts.mo ./resources/locale/ru/LC_MESSAGES/
@@ -14,7 +14,7 @@ cp -u /usr/local/bin/CompareParallelTexts/resources/locale/ru/LC_MESSAGES/Compar
1414
cp -u /usr/local/bin/CompareParallelTexts/src/CompareParallelTexts.py .
1515

1616
# Copy shared Python files
17-
cp -u /usr/local/bin/shared/src/{gettext_windows.py,shared.py,sharedGUI.py} .
17+
cp -u /usr/local/bin/shared/src/{gettext_windows,shared,sharedGUI}.py .
1818

1919
# (Wine-only) Copy CompareParallelTexts icon
2020
cp -ru /home/pete/bin/CompareParallelTexts/resources/icon_64x64_cpt.ico ./resources/

0 commit comments

Comments
 (0)