Changeset 71e8c2b for make-aux-files.sh


Ignore:
Timestamp:
05/18/2013 12:28:30 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
d89ca8ec
Parents:
01479e6
Message:

Rename systemd-units to network-scripts.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • make-aux-files.sh

    r01479e6 r71e8c2b  
    11#!/bin/bash
    22
    3 rm -f lfs-systemd-units*.tar.bz2
     3rm -f lfs-network-scripts*.tar.bz2
    44
    55# Get base file name and move bootscripts directory to that name
    6 version=`grep "ENTITY lfs-systemd-units-version" packages.ent |cut -d'"' -f2`
    7 mv systemd-units lfs-systemd-units-$version
     6version=`grep "ENTITY lfs-network-scripts-version" packages.ent |cut -d'"' -f2`
     7mv network-scripts lfs-network-scripts-$version
    88
    99# Create the tarball and clean up
    10 tar -cjf lfs-systemd-units-$version.tar.bz2 --exclude .svn lfs-systemd-units-$version
    11 mv lfs-systemd-units-$version systemd-units
     10tar -cjf lfs-network-scripts-$version.tar.bz2 --exclude .svn lfs-network-scripts-$version
     11mv lfs-network-scripts-$version network-scripts
Note: See TracChangeset for help on using the changeset viewer.