~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to tools/add_dirs

  • Committer: Adam Conrad
  • Date: 2017-02-15 15:56:11 UTC
  • Revision ID: adconrad@0c3.net-20170215155611-1g3wliwa6jnrtrbh
Add ubuntu-ports symlink for ports arches

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
if [ ! -e ubuntu ] ; then
16
16
    ln -sf . ubuntu
17
17
fi
 
18
if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "i386" ]; then
 
19
  if [ ! -e ubuntu-ports ]; then
 
20
    ln -sf . ubuntu-ports
 
21
  fi
 
22
fi
18
23
 
19
24
if [ ! -d dists/$CODENAME ] ; then
20
25
    mkdir -p dists/$CODENAME