ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.bvnf.space | post logs or else | song of the day https://vid.puffyan.us/H7PvgY65OxA
midfavila has joined #kisslinux
Torr has joined #kisslinux
<sad_plan> what would be a effecient way of using an alternative util? instead of the alternative system.
<sad_plan> i.e., if your tar implentation is broken for 1 package, and youd rather use busybox's. as an example
<sad_plan> an alias?
<sad_plan> Im thinkin in the line of in a buildscript
<sad_plan> in this case, alias tar=busybox tar inside the buildscript
Torr has quit [Quit: Lost terminal]
cot has quit [Quit: This, too, shall pass.]
<testuser[m]> sad_plan: just don't use broken utils
<testuser[m]> Hi
<sad_plan> now thats not very helpfull is it
<sad_plan> in any case, would an alias work sufficently? or is there a better solution?
sad_plan has quit [Quit: nyaa~]
<sewn> testuser: I forgor
<sewn> Hi
<Ellowee[m]> <sad_plan> "in any case, would an alias work..." <- Having a spare around
clemens3 has quit [Quit: WeeChat 2.7]
clemens3 has joined #kisslinux
soliwilos has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
sad_plan has joined #kisslinux
<sad_plan> Ellowee[m]: wdym?
jslick has quit [Quit: The Lounge - https://thelounge.chat]
sad_plan has quit [Quit: Quit]
<midfavila> an alias would wor
<midfavila> work*
<Ellowee[m]> <sad_plan> "Ellowee: wdym?" <- A backup binary
sad_plan has joined #kisslinux
<sad_plan> thanks midfavila. I thought as such, but I was unsure if it would work as one would expect
<sad_plan> Ellowee[m]: I dont see how that would work. wouldnt I either have to ship the binary on those packages, or build them, just not install them, or whats your idea here? :p
<midfavila> yw bby
<sad_plan> <3
<midfavila> <3~
noocsharp has joined #kisslinux
<noocsharp> anyone with gnu coreutils installed: what's the output of `printf "aa" | basenc -d --base64`?
<sad_plan> hm, im not sure im doing this right. so, after some digging, I found out aliases isnt expanded in non-interactive shells. which is fine. I thought I could just put it into the buildscript, but no.
<sad_plan> I thought I could just make a file with the aliases present, and source it, but that didnt seem to work either
<midfavila> i suppose i was wrong
<midfavila> who could have seen that coming
<midfavila> coulda sworn it would've worked, sorry for the false lead
<sad_plan> seems something else is wrong. im going to check some other package
<sad_plan> nss was the package I tried, but it seems theres an issue with the sed. built last week though when I just added a switch for sed and tr. strange
<sad_plan> no biggie at all mid. doing research on this is good for me anyway
<sad_plan> http://0x0.st/oFEm.sh the sed on beginning at line 39 seems to break for some reason. im I missing something? I didnt really change anything when I forked the package
Torr has joined #kisslinux