Skip to content
Snippets Groups Projects
Commit f6b38eeb authored by aviau's avatar aviau Committed by gerrit2
Browse files

Don't remove dring from ring-daemon package

dring is now in /usr/lib, don't remove it.

Change-Id: I4b28942cc41ecc2560d6535625158d09d621cab3
Tuleap: #883
parent 8bbcd79e
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,8 @@ override_dh_auto_install:
#########################
cd daemon && make DESTDIR=$(CURDIR)/debian/ring-daemon install
rm -rfv $(CURDIR)/debian/ring-daemon/usr/include
rm -rfv $(CURDIR)/debian/ring-daemon/usr/lib
rm -rfv $(CURDIR)/debian/ring-daemon/usr/lib/*.a
rm -rfv $(CURDIR)/debian/ring-daemon/usr/lib/*.la
###########################
## libringclient install ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment