source: make-aux-files.sh@ 94f4fb86

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since 94f4fb86 was 71e8c2b, checked in by Krejzi <krejzi@…>, 11 years ago

Rename systemd-units to network-scripts.

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

  • Property mode set to 100755
File size: 415 bytes
Line 
1#!/bin/bash
2
3rm -f lfs-network-scripts*.tar.bz2
4
5# Get base file name and move bootscripts directory to that name
6version=`grep "ENTITY lfs-network-scripts-version" packages.ent |cut -d'"' -f2`
7mv network-scripts lfs-network-scripts-$version
8
9# Create the tarball and clean up
10tar -cjf lfs-network-scripts-$version.tar.bz2 --exclude .svn lfs-network-scripts-$version
11mv lfs-network-scripts-$version network-scripts
Note: See TracBrowser for help on using the repository browser.