kiss-nihal

personal KISS Linux package repo
git clone git://git.nihaljere.xyz/kiss-nihal
Log | Files | Refs | Submodules

commit f7509b0e2d1e797edfc0f5c7b8e0567512e590c8
parent f0ec09955657a1cf05fe5c3205083b46b4b14cbe
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Fri, 22 Jan 2021 09:09:44 -0600

updated links as repository was moved

Diffstat:
Mgit/checksums | 4++--
Mgit/depends | 4++--
Mgit/sources | 4++--
Mgit/version | 4++--
Mmsmtp/checksums | 4++--
Mmsmtp/sources | 4++--
Mmsmtp/version | 4++--
Mntfs-3g/build | 6++----
Mntfs-3g/checksums | 4++--
Mntfs-3g/depends | 4++--
Mntfs-3g/sources | 4++--
Mntfs-3g/version | 4++--
Dwget/build | 9---------
Dwget/checksums | 2--
Dwget/depends | 2--
Dwget/sources | 2--
Dwget/version | 2--
17 files changed, 24 insertions(+), 43 deletions(-)

diff --git a/git/checksums b/git/checksums @@ -1 +1 @@ -/home/nihal/.local/repo/core/git/checksums- \ No newline at end of file +/home/nihal/.local/repos/repo/core/git/checksums+ \ No newline at end of file diff --git a/git/depends b/git/depends @@ -1 +1 @@ -/home/nihal/.local/repo/core/git/depends- \ No newline at end of file +/home/nihal/.local/repos/repo/core/git/depends+ \ No newline at end of file diff --git a/git/sources b/git/sources @@ -1 +1 @@ -/home/nihal/.local/repo/core/git/sources- \ No newline at end of file +/home/nihal/.local/repos/repo/core/git/sources+ \ No newline at end of file diff --git a/git/version b/git/version @@ -1 +1 @@ -/home/nihal/.local/repo/core/git/version- \ No newline at end of file +/home/nihal/.local/repos/repo/core/git/version+ \ No newline at end of file diff --git a/msmtp/checksums b/msmtp/checksums @@ -1 +1 @@ -/home/nihal/.local/community/community/msmtp/checksums- \ No newline at end of file +/home/nihal/.local/repos/community/community/msmtp/checksums+ \ No newline at end of file diff --git a/msmtp/sources b/msmtp/sources @@ -1 +1 @@ -/home/nihal/.local/community/community/msmtp/sources- \ No newline at end of file +/home/nihal/.local/repos/community/community/msmtp/sources+ \ No newline at end of file diff --git a/msmtp/version b/msmtp/version @@ -1 +1 @@ -/home/nihal/.local/community/community/msmtp/version- \ No newline at end of file +/home/nihal/.local/repos/community/community/msmtp/version+ \ No newline at end of file diff --git a/ntfs-3g/build b/ntfs-3g/build @@ -1,12 +1,10 @@ #!/bin/sh -e -export MAKEFLAGS=-j4 - ./configure \ --prefix=/usr make make DESTDIR="$1" install -rm "$1/sbin/mount.ntfs-3g" -ln -s /usr/bin/ntfs-3g "$1/sbin/mount.ntfs" +# allows mounting using mount from util-linux +ln -s /usr/bin/ntfs-3g "$1/usr/bin/mount.ntfs" diff --git a/ntfs-3g/checksums b/ntfs-3g/checksums @@ -1 +1 @@ -/home/nihal/.local/community/community/ntfs-3g/checksums- \ No newline at end of file +/home/nihal/.local/repos/community/community/ntfs-3g/checksums+ \ No newline at end of file diff --git a/ntfs-3g/depends b/ntfs-3g/depends @@ -1 +1 @@ -/home/nihal/.local/community/community/ntfs-3g/depends- \ No newline at end of file +/home/nihal/.local/repos/community/community/ntfs-3g/depends+ \ No newline at end of file diff --git a/ntfs-3g/sources b/ntfs-3g/sources @@ -1 +1 @@ -/home/nihal/.local/community/community/ntfs-3g/sources- \ No newline at end of file +/home/nihal/.local/repos/community/community/ntfs-3g/sources+ \ No newline at end of file diff --git a/ntfs-3g/version b/ntfs-3g/version @@ -1 +1 @@ -/home/nihal/.local/community/community/ntfs-3g/version- \ No newline at end of file +/home/nihal/.local/repos/community/community/ntfs-3g/version+ \ No newline at end of file diff --git a/wget/build b/wget/build @@ -1,9 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --with-ssl=openssl - -make -make DESTDIR="$1" install diff --git a/wget/checksums b/wget/checksums @@ -1 +0,0 @@ -/home/nihal/.local/community/community/wget/checksums- \ No newline at end of file diff --git a/wget/depends b/wget/depends @@ -1 +0,0 @@ -/home/nihal/.local/community/community/wget/depends- \ No newline at end of file diff --git a/wget/sources b/wget/sources @@ -1 +0,0 @@ -/home/nihal/.local/community/community/wget/sources- \ No newline at end of file diff --git a/wget/version b/wget/version @@ -1 +0,0 @@ -/home/nihal/.local/community/community/wget/version- \ No newline at end of file