File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ install:
20
20
dh_installdirs
21
21
22
22
mkdir -p "debian/lcarsde-onboard-theme/usr/share/onboard/themes"
23
- cp -r "LCARS.*" "debian/lcarsde-onboard-theme/usr/share/onboard/themes/"
23
+ cp -r "LCARS.theme" "debian/lcarsde-onboard-theme/usr/share/onboard/themes/"
24
+ cp -r "LCARS.colors" "debian/lcarsde-onboard-theme/usr/share/onboard/themes/"
24
25
25
26
mkdir -p "debian/lcarsde-onboard-theme/usr/share/doc/lcarsde-onboard-theme"
26
27
cp "LICENSE" "debian/lcarsde-onboard-theme/usr/share/doc/lcarsde-onboard-theme/copyright"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ echo "preparing debian package build for $1-${CIRCLE_TAG}"
10
10
mkdir -p " build/deb/$1 -${CIRCLE_TAG} "
11
11
12
12
# copy software resources
13
+ cp CHANGELOG " build/deb/$1 -${CIRCLE_TAG} /"
13
14
cp LICENSE " build/deb/$1 -${CIRCLE_TAG} /"
14
15
cp LCARS.theme " build/deb/$1 -${CIRCLE_TAG} /"
15
16
cp LCARS.colors " build/deb/$1 -${CIRCLE_TAG} /"
You can’t perform that action at this time.
0 commit comments