1
0
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:
Martin Dietze
2009-09-23 23:12:18 +02:00
committed by Carlos R. Mafra
parent 12b6be768e
commit ef2f5a6f29

2
debian/rules vendored
View File

@@ -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)/*::'> $@