Ticket #1437: mc-4.8.3-4.cfg_scripts.patch

File mc-4.8.3-4.cfg_scripts.patch, 759 bytes (added by szaszg, 12 years ago)
  • misc/Makefile.am

    diff --git a/misc/Makefile.am b/misc/Makefile.am
    index 4ed4e7a..234376e 100644
    a b endif 
    1414 
    1515LIBFILES_CONST = \ 
    1616        mcedit.menu      \ 
    17         edit.indent.rc \ 
    18         edit.spell.rc \ 
    1917        filehighlight.ini \ 
    2018        mc.keymap \ 
    2119        mc.keymap.default \ 
    LIBFILES_CONST = \ 
    2321        mc.menu \ 
    2422        mc.menu.sr 
    2523 
     24LIBFILES_SCRIPT = \ 
     25        edit.indent.rc \ 
     26        edit.spell.rc 
     27 
    2628CLEANFILES = $(SCRIPTS_OUT) 
    2729 
    2830cfgdir = $(sysconfdir)/@PACKAGE@ 
    cfg_DATA = \ 
    3032        $(LIBFILES_CONST) \ 
    3133        $(LIBFILES_OUT) 
    3234 
     35cfg_SCRIPTS = \ 
     36        $(LIBFILES_SCRIPT) 
     37 
    3338# Files processed by configure don't need to be here 
    3439EXTRA_DIST = \ 
    3540        $(LIBFILES_CONST) \ 
     41        $(LIBFILES_SCRIPT) \ 
    3642        $(SCRIPTS_IN) \ 
    3743        $(noinst_DATA) \ 
    3844        $(pkgdata_DATA)