diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 19:26:41 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 08:25:48 -0300 |
commit | e3b0af743e91f0b5289daba9de399d6a4c9abd83 (patch) | |
tree | 912662008345e6e78e895034ea6d078ecaef318f /community | |
parent | d8587c90a7283de7cfb376a4b9c1bdd03e980cd8 (diff) | |
download | aports-e3b0af743e91f0b5289daba9de399d6a4c9abd83.tar.bz2 aports-e3b0af743e91f0b5289daba9de399d6a4c9abd83.tar.xz |
community/xdm: modernize
Diffstat (limited to 'community')
-rw-r--r-- | community/xdm/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/community/xdm/APKBUILD b/community/xdm/APKBUILD index 9006957916..843dbd981e 100644 --- a/community/xdm/APKBUILD +++ b/community/xdm/APKBUILD @@ -22,7 +22,6 @@ source=" " build() { - cd "$builddir" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ @@ -36,7 +35,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install install -Dm755 "$srcdir"/$pkgname.initd \ |