Skip to content

Commit 140c57a

Browse files
committed
Fix compiling in Platform SDK
1 parent 101dae3 commit 140c57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clean:
1515

1616
install:
1717
mkdir -p $(DESTDIR)/usr/lib/rpm/meego
18-
cp -pr * $(DESTDIR)/usr/lib/rpm/meego/
18+
cp -pr $(shell ls | grep -v "installroot") $(DESTDIR)/usr/lib/rpm/meego/
1919
rm -f $(DESTDIR)/usr/lib/rpm/meego/Makefile
2020
rm -f $(DESTDIR)/usr/lib/rpm/meego/meego-rpm-config.spec
2121

0 commit comments

Comments
 (0)