mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Fix automatic Debian builds
This commit is contained in:
committed by
Carlos R. Mafra
parent
12b6be768e
commit
ef2f5a6f29
2
debian/rules
vendored
2
debian/rules
vendored
@@ -388,7 +388,7 @@ debian/$(LIBWMAKER)-dev.files: build
|
||||
debian/libwings-dev.files: build
|
||||
( find $(DEBTMPDIR)/$(INCLUDEDIR) $(DEBTMPDIR)/$(LIBDIR) \
|
||||
-name '*WINGs*' \
|
||||
-o -name '*WUtil*' ; \
|
||||
-o -name '*WUtil*' | grep -v '\.so\.[0-9]' ; \
|
||||
cd $(DEBTMPDIR) && \
|
||||
find usr -name get-wutil-flags -o -name get-wings-flags \
|
||||
) | sed -e 's:$(DEBTMPDIR)/*::'> $@
|
||||
|
||||
Reference in New Issue
Block a user