File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1261,8 +1261,8 @@ bininstall: altbininstall
1261
1261
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(LDVERSION)-config python$(VERSION)-config); \
1262
1262
rm -f $(DESTDIR)$(LIBPC)/python-$(LDVERSION).pc; \
1263
1263
(cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python-$(LDVERSION).pc); \
1264
- rm -f $(DESTDIR)$(LIBPC)/python-embed- $(LDVERSION).pc; \
1265
- (cd $(DESTDIR)$(LIBPC); $(LN) -s python-embed- $(VERSION).pc python-embed- $(LDVERSION).pc); \
1264
+ rm -f $(DESTDIR)$(LIBPC)/python-$(LDVERSION)-embed .pc; \
1265
+ (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION)-embed .pc python-$(LDVERSION)-embed .pc); \
1266
1266
fi
1267
1267
-rm -f $(DESTDIR)$(BINDIR)/python3-config
1268
1268
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python3-config)
You can’t perform that action at this time.
0 commit comments