Commit 502917c6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small changes

parent 4f8dad7b
......@@ -20,6 +20,8 @@ install:
mkdir -p $(DESTDIR)$(pkgdatadir)/functions/
mkdir -p $(DESTDIR)$(pkgdatadir)/pkgrepl $(DESTDIR)$(pkgdatadir)/grprepl/
install -m 755 bin/* $(DESTDIR)$(bindir)
# do not pack anymore
rm -f $(DESTDIR)$(bindir)/mkpatch
install -m 644 etc/apt/* $(DESTDIR)$(sysconfdir)/eterbuild/apt/
install -m 644 etc/rpm/* $(DESTDIR)$(sysconfdir)/rpm/
install -m 644 etc/config $(DESTDIR)$(sysconfdir)/eterbuild/
......
......@@ -98,6 +98,8 @@ fi
if [ "$CLEANUP" = "1" ] ; then
echog "Cleanup hasher in $HASHERDIR..."
docmd $HSH --cleanup-only $HASHERDIR $HASHERARG || fatal "cleanup"
rm -fv $HASHERDIR/*
rmdir $HASHERDIR/
exit
fi
......
......@@ -2,7 +2,7 @@
# all known src.rpm repositories (for rpmgp command)
alt ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Sisyphus/files/SRPMS/
altautoimports http://autoimports.altlinux.org/pub/ALTLinux/autoimports/Sisyphus/files/SRPMS/
fedora17 ftp://mirror.yandex.ru/fedora/linux/releases/17/Fedora/source/SRPMS/
fedora18 ftp://mirror.yandex.ru/fedora/linux/releases/18/Fedora/source/SRPMS/
fedora-devel ftp://mirror.yandex.ru/fedora/linux/development/rawhide/source/SRPMS/
#fedora-updates ftp://mirror.yandex.ru/fedora/linux/updates/17/SRPMS/
fedora-ccrma http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/9/SRPMS/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment