Ignore:
Timestamp:
Apr 12, 2016, 4:58:03 PM (8 years ago)
Author:
joergs
Message:

make mirror script more flexible.

Use configuration files and helper scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dass-tools/dass-tools.spec

    r1193 r1210  
    11#
    2 # Copyright  (c)  2012-2015  dass IT GmbH, Koeln, Germany.
     2# Copyright  (c)  2012-2016  dass IT GmbH, Koeln, Germany.
    33# This file and all modifications and additions to the pristine
    44# package are under the same license as the package itself.
     
    4040
    4141%install
     42mkdir -p $RPM_BUILD_ROOT/etc/
     43install -m 644 etc/profile.d/*.conf $RPM_BUILD_ROOT/etc/
    4244mkdir -p $RPM_BUILD_ROOT/etc/profile.d/
    4345install -m 644 etc/profile.d/*.sh $RPM_BUILD_ROOT/etc/profile.d/
     
    5759%files
    5860%defattr(-,root,root)
     61/etc/mirror-*.conf
    5962/etc/profile.d/*
    6063/usr/bin/*
    6164/usr/sbin/*
    62 
Note: See TracChangeset for help on using the changeset viewer.