X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=distrib%2FMakefile.am;h=635de90d493337b80629c3a2dae1b15739847759;hb=3972d67cff23a0b598322e37d894c610bb12d91f;hp=8ba640065eca443c67e02a6cac544a2d86029532;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/distrib/Makefile.am b/distrib/Makefile.am index 8ba6400..635de90 100644 --- a/distrib/Makefile.am +++ b/distrib/Makefile.am @@ -25,11 +25,13 @@ defaults_DATA = misc/debootstrap.uri \ misc/fstab \ misc/mtab \ misc/vprocunhide-files \ - misc/vunify-exclude + misc/vunify-exclude \ + misc/environment nobase_distrib_SCRIPTS = redhat/initpost \ redhat/initpre \ - redhat/rc.sysinit + redhat/rc.sysinit \ + gentoo/initpost nobase_distrib_DATA = defaults/devs \ defaults/apt.conf \ @@ -40,13 +42,16 @@ nobase_distrib_DATA = defaults/devs \ fc1/apt/rpmpriorities fc1/pkgs/01 fc1/pkgs/02 \ fc2/apt/rpmpriorities fc2/pkgs/01 fc2/pkgs/02 \ fc3/apt/rpmpriorities fc3/pkgs/01 fc3/pkgs/02 fc3/pkgs/03 \ - fc3/yum/yum.conf $(wildcard fc3/yum.repos.d/fedora*.repo) \ + fc3/yum/yum.conf $(wildcard fc3/yum.repos.d/*.repo) \ $(wildcard fc3/rpmlist.d/*.lst) $(wildcard fc3/rpmlist.d/*.opt) \ fc4/apt/rpmpriorities fc4/pkgs/01 fc4/pkgs/02 fc4/pkgs/03 \ - fc4/yum/yum.conf $(wildcard fc4/yum.repos.d/fedora*.repo) \ + fc4/yum/yum.conf $(wildcard fc4/yum.repos.d/*.repo) \ $(wildcard fc4/rpmlist.d/*.lst) $(wildcard fc4/rpmlist.d/*.opt) \ - centos42/pkgs/01 centos42/pkgs/02 centos42/pkgs/03 \ - centos42/yum/yum.conf $(wildcard centos42/yum.repos.d/CentOS*.repo) \ + fc5/apt/rpmpriorities fc5/pkgs/01 fc5/pkgs/02 fc5/pkgs/03 \ + fc5/yum/yum.conf $(wildcard fc5/yum.repos.d/*.repo) \ + $(wildcard fc5/rpmlist.d/*.lst) $(wildcard fc5/rpmlist.d/*.opt) \ + centos4/pkgs/01 centos4/pkgs/02 centos4/pkgs/03 \ + centos4/yum/yum.conf $(wildcard centos4/yum.repos.d/*.repo) \ suse91/apt/rpmpriorities suse91/pkgs/01 suse91/pkgs/02 \ suse91/rpm/macros @@ -55,6 +60,7 @@ nobase_confdistrib_DATA = rh9/apt/sources.list \ fc2/apt/sources.list \ fc3/apt/sources.list \ fc4/apt/sources.list \ + fc5/apt/sources.list \ suse91/apt/sources.list AM_INSTALLCHECK_STD_OPTIONS_EXEMPT \ @@ -65,7 +71,7 @@ EXTRA_DIST = $(nobase_distrib_DATA) \ $(nobase_confdistrib_DATA) \ $(defaults_DATA) -redhat_style = rh9 fc1 fc2 fc3 fc4 centos42 +redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 centos4 install-exec-hook: install-notify-xtra install-data-hook: install-data-xtras