mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-05 20:26:09 +01:00
fix widget and icons layouts installation
This commit is contained in:
parent
d7484fddfb
commit
4293eb0de0
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -61,11 +61,14 @@ dist: clean
|
|||
@mkdir awesome-${VERSION}
|
||||
@mkdir awesome-${VERSION}/layouts
|
||||
@mkdir awesome-${VERSION}/widgets
|
||||
@mkdir awesome-${VERSION}/icons
|
||||
@mkdir awesome-${VERSION}/icons/layouts
|
||||
@cp -fR STYLE LICENSE AUTHORS Makefile README awesomerc config.mk \
|
||||
awesome-client.1.txt awesome.1.txt awesomerc.1.txt ${SRCCLIENT} ${SRCCLIENT:.c=.h} ${SRC} ${SRC:.c=.h} \
|
||||
awesome-${VERSION} || true
|
||||
@cp -R ${LAYOUTS} ${LAYOUTS:.c=.h} awesome-${VERSION}/layouts
|
||||
@cp -R ${WIDGETS} ${WIDGETS:.c=.h} awesome-${VERSION}/layouts
|
||||
@cp -R ${WIDGETS} awesome-${VERSION}/widgets
|
||||
@cp -R icons/layouts/* awesome-${VERSION}/icons/layouts
|
||||
@tar -cf awesome-${VERSION}.tar awesome-${VERSION}
|
||||
@gzip -9 awesome-${VERSION}.tar
|
||||
@rm -rf awesome-${VERSION}
|
||||
|
|
Loading…
Reference in a new issue