diff options
Diffstat (limited to 'abs/core-testing/filesystem')
| -rw-r--r-- | abs/core-testing/filesystem/PKGBUILD | 4 | ||||
| -rw-r--r-- | abs/core-testing/filesystem/__changelog | 2 | 
2 files changed, 4 insertions, 2 deletions
diff --git a/abs/core-testing/filesystem/PKGBUILD b/abs/core-testing/filesystem/PKGBUILD index 02649c3..b68b73a 100644 --- a/abs/core-testing/filesystem/PKGBUILD +++ b/abs/core-testing/filesystem/PKGBUILD @@ -4,7 +4,7 @@  pkgname=filesystem  pkgver=2009.01 -pkgrel=2 +pkgrel=3  pkgdesc="Base filesystem"  arch=(i686 x86_64)  license=('GPL') @@ -75,7 +75,7 @@ build()    chown root:50 ${startdir}/pkg/var/games    cd $startdir/src -  cp fstab crypttab group host.conf hosts issue ld.so.conf motd nsswitch.conf \ +  cp fstab crypttab group host.conf hosts  ld.so.conf motd nsswitch.conf \      passwd protocols resolv.conf securetty services shadow shells profile \      $startdir/pkg/etc/    install -m 600 $startdir/src/gshadow $startdir/pkg/etc/gshadow diff --git a/abs/core-testing/filesystem/__changelog b/abs/core-testing/filesystem/__changelog new file mode 100644 index 0000000..6b2fd86 --- /dev/null +++ b/abs/core-testing/filesystem/__changelog @@ -0,0 +1,2 @@ +remove /etc/issue +  | 
