3 questions from the last 30 days
Advice
0
votes
0
replies
17
views
How modify script with adding second task?
This script adds a line to add custom.js to vivaldi browser directory:
#!/bin/bash
vivaldi=/opt/vivaldi/resources/vivaldi
moddir=$HOME/vivaldi-modding/
sudo cp $moddir/custom.js $vivaldi
sudo sed -i -...
0
votes
0
answers
29
views
buildroot foces adding hash file in BR2_GLOBAL_PATCH_DIR?
I'm using buildroot 2024.02.
I set BR2_GLOBAL_PATCH_DIR+="$(BR2_EXTERNAL_MY_PATH)/patches". Its contents:
% tree /home/admin/buildroot-external-my/patches
/home/admin/buildroot-external-my/...
0
votes
0
answers
46
views
Can msimsp be used on msi where files are contained within the msi?
I am trying to create an msp file from two msi files.
The msi files were created using Advanced Installer. I've selected "Archive installation files into CAB files" but not "Compress ...