Skip to content

Commit

Permalink
Fix use $(DESTDIR) for packagemanagers
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pkn07 authored and VFR-maniac committed Feb 10, 2015
1 parent 25a3f4e commit 56a8d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VapourSynth/GNUmakefile
Expand Up @@ -32,7 +32,7 @@ ifneq ($(IMPLIB),)
install -m 644 $(IMPLIB) $(DESTDIR)$(libdir)
else
install -m 644 $(SONAME) $(DESTDIR)$(libdir)/$(SONAME)
$(if $(SONAME), ln -f -s $(DESTDIR)$(libdir)/$(SONAME) $(DESTDIR)$(vsplugindir)/$(SONAME_LN))
$(if $(SONAME), ln -f -s $(libdir)/$(SONAME) $(DESTDIR)$(vsplugindir)/$(SONAME_LN))
endif

#All objects should be deleted regardless of configure when uninstall/clean/distclean.
Expand Down

0 comments on commit 56a8d03

Please sign in to comment.