Changeset 49 for trunk/Install/deb/build-deb-amd64.sh
- Timestamp:
- Jul 17, 2016, 10:47:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/build-deb-amd64.sh
r48 r49 2 2 3 3 # 64-bit 4 5 ARCH=x86_64-linux 6 4 7 cat >AcronymDecoder/DEBIAN/control << EOF 5 8 Package: AcronymDecoder … … 15 18 EOF 16 19 17 cp ../../lib/x86_64-linux/AcronymDecoder AcronymDecoder/usr/bin 20 mkdir -p AcronymDecoder/usr/bin 21 cp ../../lib/$ARCH/AcronymDecoder AcronymDecoder/usr/bin 22 mkdir -p AcronymDecoder/usr/share/AcronymDecoder 18 23 cp ../../Languages/*.po AcronymDecoder/usr/share/AcronymDecoder/languages 19 cp ../../Example\ acronyms.adp AcronymDecoder/usr/share/AcronymDecoder 24 mkdir -p AcronymDecoder/usr/share/AcronymDecoder/Examples 25 cp ../../Example\ acronyms.adp AcronymDecoder/usr/share/AcronymDecoder/Examples 26 mkdir -p AcronymDecoder/usr/share/applications 27 cp AcronymDecoder.desktop AcronymDecoder/usr/share/applications 28 mkdir -p AcronymDecoder/usr/share/pixmaps 29 cp ../../Images/Acronym\ Decoder.png AcronymDecoder/usr/share/pixmaps/AcronymDecoder.png 20 30 dpkg-deb --build AcronymDecoder
Note:
See TracChangeset
for help on using the changeset viewer.