diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2025-05-01 08:54:01 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-05-01 10:55:29 +0200 |
| commit | ce5013ef9753b52f6f9050e75f824dbe6c4ab15e (patch) | |
| tree | a817e805007bbca6eabc75c0320201275add3132 /package/weston/Makefile | |
| parent | 42b9367cce24be867204c2b97a5dd71ac126d4b7 (diff) | |
cog: misc fixes
Diffstat (limited to 'package/weston/Makefile')
| -rw-r--r-- | package/weston/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/weston/Makefile b/package/weston/Makefile index 9165036cd..76f4e5bb6 100644 --- a/package/weston/Makefile +++ b/package/weston/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= weston PKG_VERSION:= 14.0.2 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= 633f4e0f232ad150300c95ffcbc646fedf1349487bf389dbd2045fa69013d6e2 PKG_DESCR:= wayland compositor PKG_SECTION:= x11/drivers @@ -56,7 +56,7 @@ weston-install: $(CP) $(WRKINST)/usr/lib/*so* \ $(IDIR_WESTON)/usr/lib/ $(INSTALL_DIR) $(IDIR_WESTON)/usr/bin - $(INSTALL_BIN) $(WRKINST)/usr/bin/weston \ + $(INSTALL_BIN) $(WRKINST)/usr/bin/* \ $(IDIR_WESTON)/usr/bin include $(ADK_TOPDIR)/mk/pkg-bottom.mk |
