Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filesystem: remove /usr/bin/cmd #5014

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions filesystem/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Contributor: Alethea Rose <[email protected]>

pkgname=filesystem
pkgver=2023.02.07
pkgrel=2
pkgver=2024.11.19
pkgrel=1
pkgdesc='Base filesystem'
arch=('i686' 'x86_64')
license=('spdx:BSD-3-Clause')
Expand All @@ -20,7 +20,6 @@ backup=('etc/fstab' 'etc/shells' 'etc/profile'
etc/nsswitch.conf)
source=('bash.bash_logout'
'bash.bashrc'
'cmd'
'dot.bash_logout'
'dot.bash_profile'
'dot.bashrc'
Expand Down Expand Up @@ -54,7 +53,6 @@ source=('bash.bash_logout'
'os-release')
sha256sums=('742a7d66b7a5ebd2b8461728c5b44a46b2305fd2116208eecae5f45828938ea0'
'36d4affa25606c87e70c42a5fe2294aa7898fb54f93a27910fb55224f4d6588a'
'99eae6e37081edd73b399009c85f4a67a0c14481241ee4937ab45c4178b540fb'
'4330edf340394d0dae50afb04ac2a621f106fe67fb634ec81c4bfb98be2a1eb5'
'00501046c301c5cb627b147e461217cda015aa109f673a9c1a67602891a26e88'
'602d7075b29cf5ed00de83fe010fcae4f0ad7c3321f5a2563a096b2eaf027c06'
Expand All @@ -74,7 +72,7 @@ sha256sums=('742a7d66b7a5ebd2b8461728c5b44a46b2305fd2116208eecae5f45828938ea0'
'6c0ca979c7b146b3750103b1296a399764f4e1b222ee091d3aa072b6da16c1a5'
'cbec90c9403826bf6d8dd1fed16240b9d8695ec15df5dcdab7e485bb46c016ab'
'a2ec65de2adb0277f51001463c1a0759f8a5bc35cf2f213fa26ee73df52c5280'
'ad9873e18169ca87194af3413bdcbda536d9600b4f7d24fa9f7d59928309ff4a'
'5dc6c23d9950cad9e8581a216c4abc9c3ace2956250e4a0a9cb2ce52e23aa0fb'
'f63241cc56aa7b7ec6962d19991d211b4e1641b78ba5226835118ab493830a8b'
'e96c1f54ffff792e738aa032815c82c30821b0683806e5ed0ba2a759db2fd494'
'3a4d629d72ab8ac58427097c3a8915c4e8186f819cd369c2da5eca955d08fceb'
Expand Down Expand Up @@ -149,7 +147,7 @@ package() {
install -d -m755 usr/share/man/man${d}
done
# various shell scripts
for f in cmd start shell; do
for f in start shell; do
install -m755 ${srcdir}/${f} usr/bin
done

Expand Down
8 changes: 0 additions & 8 deletions filesystem/cmd

This file was deleted.

1 change: 0 additions & 1 deletion filesystem/shell
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ else
system32="${system32,,}"
case "${command}" in
"${system32}"/*) winpty "${@}" || exit ;;
/usr/bin/cmd) winpty "${@}" || exit ;;
/mingw32/*) winpty "${@}" || exit ;;
/mingw64/*) winpty "${@}" || exit ;;
/ucrt64/*) winpty "${@}" || exit ;;
Expand Down