Commit 0036f44 1 parent 6c7ebed commit 0036f44 Copy full SHA for 0036f44
File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ install-schemas:
109
109
install -Dm644 " $( DEV_DATA_DIR) /guake.desktop" " $( DESTDIR) $( prefix) /share/applications/guake.desktop"
110
110
install -Dm644 " $( DEV_DATA_DIR) /guake-prefs.desktop" " $( DESTDIR) $( prefix) /share/applications/guake-prefs.desktop"
111
111
mkdir -p $(DESTDIR )$(IMAGE_DIR )
112
- install -Dm644 $(DEV_DATA_DIR ) /pixmaps/* .png " $( DESTDIR) $( prefix ) $( IMAGE_DIR) /"
113
- install -Dm644 $(DEV_DATA_DIR ) /pixmaps/* .svg " $( DESTDIR) $( prefix ) $( IMAGE_DIR) /"
112
+ install -Dm644 $(DEV_DATA_DIR ) /pixmaps/* .png " $( DESTDIR) $( IMAGE_DIR) /"
113
+ install -Dm644 $(DEV_DATA_DIR ) /pixmaps/* .svg " $( DESTDIR) $( IMAGE_DIR) /"
114
114
install -Dm644 $(DEV_DATA_DIR ) /pixmaps/guake.png " $( DESTDIR) $( prefix) /share/pixmaps/guake.png"
115
115
mkdir -p $(DESTDIR )$(SHARE_DIR )
116
116
mkdir -p $(DESTDIR )$(GLADE_DIR )
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ echo " Install packages needed for execution"
4
+
5
+ sudo apt install -y \
6
+ python3-devel \
7
+ python3-cario \
8
+ python3-dbus \
9
+ python3-pip \
10
+ keybinder3 \
You can’t perform that action at this time.
0 commit comments