File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55CURRENT_DIR=$( pwd)
66
@@ -9,14 +9,14 @@ cd ../../..
99dub build --build=release --compiler=ldc2
1010strip 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
1717echo " 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
2222cd ${CURRENT_DIR}
You can’t perform that action at this time.
0 commit comments