nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

0001-fix-makefile.patch (635B)


      1 diff --git i/Makefile w/Makefile
      2 index 80654d8..bf634c3 100644
      3 --- i/Makefile
      4 +++ w/Makefile
      5 @@ -30,12 +30,11 @@ install:
      6  
      7  	$(MAKE) -C po install prefix=$(DESTDIR)
      8  
      9 -	cp opendict.py $(opendictdir)
     10 -	chmod a+rx $(opendictdir)/opendict.py
     11 +	mkdir -p $(bindir)
     12 +	cp opendict.py $(bindir)/opendict
     13 +	chmod a+rx $(bindir)/opendict
     14  	cp copying.html $(opendictdir)
     15  	chmod a+r $(opendictdir)/copying.html
     16 -	mkdir -p $(bindir)
     17 -	ln -sf $(opendictdir)/opendict.py $(bindir)/opendict
     18  	mkdir -p $(DESTDIR)/share/applications
     19  	cp misc/opendict.desktop $(DESTDIR)/share/applications
     20  	chmod a+r $(DESTDIR)/share/applications/opendict.desktop