Skip to content

Commit 16b4386

Browse files
committed
Update package script for tilix
1 parent 7270b94 commit 16b4386

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export TERMINIX_ARCHIVE_PATH="/tmp/terminix/archive";
1+
export TILIX_ARCHIVE_PATH="/tmp/tilix/archive";
22

3-
rm -rf ${TERMINIX_ARCHIVE_PATH}
3+
rm -rf ${TILIX_ARCHIVE_PATH}
44

55
CURRENT_DIR=$(pwd)
66

@@ -9,14 +9,14 @@ cd ../../..
99
dub build --build=release --compiler=ldc2
1010
strip tilix
1111

12-
./install.sh ${TERMINIX_ARCHIVE_PATH}/usr
12+
./install.sh ${TILIX_ARCHIVE_PATH}/usr
1313

1414
# Remove compiled schema
15-
rm ${TERMINIX_ARCHIVE_PATH}/usr/share/glib-2.0/schemas/gschemas.compiled
15+
rm ${TILIX_ARCHIVE_PATH}/usr/share/glib-2.0/schemas/gschemas.compiled
1616

1717
echo "Creating archive"
18-
cd ${TERMINIX_ARCHIVE_PATH}
19-
zip -r terminix.zip *
18+
cd ${TILIX_ARCHIVE_PATH}
19+
zip -r tilix.zip *
2020

21-
cp terminix.zip ${CURRENT_DIR}/terminix.zip
21+
cp tilix.zip ${CURRENT_DIR}/tilix.zip
2222
cd ${CURRENT_DIR}

0 commit comments

Comments
 (0)