You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
389 B
12 lines
389 B
12 years ago
|
--- 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
|
||
|
|