blob: 0cc2ff94caa682194cee26f0b71f743a2ea5bd13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- debian/rules
+++ debian/rules
@@ -2246,7 +2246,7 @@
rm -rf $(PKGDIR)-tdeab-trinity
mkdir -p -m755 $(PKGDIR)-tdeab-trinity/$(OODIR)/program
for f in libtdeab*so; do \
- mv $(PKGDIR)-trinity/$(OODIR)/program/$$f $(PKGDIR)-tdeab-trinity/$(OODIR)/program || exit 1 ;\
+ mv $(PKGDIR)-core/$(OODIR)/program/$$f $(PKGDIR)-tdeab-trinity/$(OODIR)/program || exit 1 ;\
done
endif
|