Changeset 69939608 for skype/Makefile
- Timestamp:
- 2008-09-05T19:54:45Z (16 years ago)
- Branches:
- master
- Children:
- ef399c2
- Parents:
- 15e2200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r15e2200 r69939608 12 12 install: skype.$(SHARED_EXT) skyped.py 13 13 $(INSTALL) -d $(DESTDIR)$(plugindir) 14 $(INSTALL) skype.$(SHARED_EXT) $(DESTDIR)$(plugindir) 15 ifeq ($(SKYPED),yes) 14 16 $(INSTALL) -d $(DESTDIR)$(bindir) 15 17 $(INSTALL) -d $(DESTDIR)$(sysconfdir) 16 $(INSTALL) skype.$(SHARED_EXT) $(DESTDIR)$(plugindir)17 18 $(INSTALL) skyped.py $(DESTDIR)$(bindir)/skyped 18 19 sed -i 's|/usr/local/etc/skyped|$(sysconfdir)|' $(DESTDIR)$(bindir)/skyped … … 20 21 sed -i 's|$${prefix}|$(prefix)|' $(DESTDIR)$(sysconfdir)/skyped.conf 21 22 $(INSTALL) -m644 skyped.cnf $(DESTDIR)$(sysconfdir) 23 endif 22 24 23 25 client: client.c
Note: See TracChangeset
for help on using the changeset viewer.