source: npl/mediabox/ffmpeg/patches/v4l-utils.destdir.patch @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 799 bytes
  • v4l-utils-0.8.5/utils/keytable/Makefile

    old new  
    3434install: $(TARGETS)
    3535        mkdir -p $(DESTDIR)$(PREFIX)/bin $(DESTDIR)/etc
    3636        install -m 755 $(TARGETS) $(DESTDIR)$(PREFIX)/bin
    37         install -m 644 -p rc_maps.cfg $(DESTDIR)/etc
    38         install -m 755 -d $(DESTDIR)/etc/rc_keymaps
    39         install -m 644 -p rc_keymaps/* $(DESTDIR)/etc/rc_keymaps
     37        install -m 644 -p rc_maps.cfg $(DESTDIR)/$(SYSCONFDIR)
     38        install -m 755 -d $(DESTDIR)/$(SYSCONFDIR)/rc_keymaps
     39        install -m 644 -p rc_keymaps/* $(DESTDIR)/$(SYSCONFDIR)/rc_keymaps
    4040        install -m 755 -d $(DESTDIR)/lib/udev/rules.d
    4141        install -m 644 -p 70-infrared.rules $(DESTDIR)/lib/udev/rules.d
    4242        install -m 755 -d $(DESTDIR)$(MANDIR)/man1
Note: See TracBrowser for help on using the repository browser.