install themes and icons
This commit is contained in:
parent
fa4480f59d
commit
a4d035618c
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ mkdir -p $PKG$PREFIX/bin
|
|||
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
|
||||
chmod 755 $PKG$PREFIX/bin/*
|
||||
|
||||
mkdir -p $PKG$PREFIX/share/$PRGNAM
|
||||
cp -R files/* $PKG$PREFIX/share/$PRGNAM
|
||||
|
||||
# move doc/ to the appropriate location
|
||||
mkdir -p $PKG$PREFIX/doc/$PRGNAM
|
||||
cp -R doc/ example/ LICENSE *.md $PKG$PREFIX/doc/$PRGNAM
|
||||
|
|
Loading…
Reference in a new issue