Skip to content

Commit

Permalink
ci: fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
atennert committed May 6, 2023
1 parent 531f94b commit 28aa7f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ install:
dh_installdirs

mkdir -p "debian/lcarsde-onboard-theme/usr/share/onboard/themes"
cp -r "LCARS.*" "debian/lcarsde-onboard-theme/usr/share/onboard/themes/"
cp -r "LCARS.theme" "debian/lcarsde-onboard-theme/usr/share/onboard/themes/"
cp -r "LCARS.colors" "debian/lcarsde-onboard-theme/usr/share/onboard/themes/"

mkdir -p "debian/lcarsde-onboard-theme/usr/share/doc/lcarsde-onboard-theme"
cp "LICENSE" "debian/lcarsde-onboard-theme/usr/share/doc/lcarsde-onboard-theme/copyright"
Expand Down
1 change: 1 addition & 0 deletions deploy-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ echo "preparing debian package build for $1-${CIRCLE_TAG}"
mkdir -p "build/deb/$1-${CIRCLE_TAG}"

# copy software resources
cp CHANGELOG "build/deb/$1-${CIRCLE_TAG}/"
cp LICENSE "build/deb/$1-${CIRCLE_TAG}/"
cp LCARS.theme "build/deb/$1-${CIRCLE_TAG}/"
cp LCARS.colors "build/deb/$1-${CIRCLE_TAG}/"
Expand Down

0 comments on commit 28aa7f3

Please sign in to comment.